- Print
Search shortforms
- Print
When using the Shortform search API, consider the followings to improve your search experience:
\
- Even if multiple products are set in a single Shortform, only the most recently set product is returned in the search API result.
- When using the API for the preview screen of a shortform, it is recommended to use the previewVideoUrl property. The videoUrl contains the original video, which has a higher resolution and requires a larger amount of data for playback.
- You can set the search condition as either AND or OR when searching with multiple tags. (e.g., &tags=tag1,tag2,tag3&tagSearchOperator=AND|OR)
- When querying the results from the API, you can decide which column to use as the sorting criterion among sortOrder, createdAt, and updatedAt. The sorting order can be specified using the sortAscending parameter.
- In the search API, only the viewCount information is provided in the current Activity object. To retrieve the likeCount, commentCount, bookmarkCount, and shareCount, you need to use the "Retrieve a shortform API"
Authorization: Bearer
Customer access key
Search shortforms between FROM and TO of createdAt
date range (format: YYYY-MM-DD'T'HH:mm:ss'Z'
, e.g. 2022-05-20T08:00:00Z
)
Search shortforms between FROM and TO of createdAt
date range (format: YYYY-MM-DD'T'HH:mm:ss'Z'
, e.g. 2022-05-20T08:00:00Z
)
Status flag of the visibility of a shortform
Title of the shortform
Description of the shortform
Brand information set for the shortform
Comma separated tags for search. Pleas use tagSearchOperator to specify AND or OR query.
Comma separated skus for search. Providing multiple skus to work with OR condition.
Please specify search operator when searching by tags
Parameter for pagination. Default is 1.
Specify the number of the result in one page (min: 1 and max : 30)
Please use this field if you need to specify the column for sorting
Sort the result of the query
200
"{\n \"shortformId\" : \"123456789012345678\",\n \"createdAt\" : \"2023-12-25T08:00:00Z\", \n \"updatedAt\" : \"2023-12-26T08:00:00Z\",\n \"status\" : \"OPEN\",\n \"details\" : {\n \"title\" : \"Shortform Title\",\n \"description\" : \"This is a sample description\",\n \"brand\" : {\n \"id\" : 123,\n \"identifier\" : \"shoplive\", \n \"name\" : \"Shoplive\",\n \"imageUrl\" : \"https://image.shoplive.cloud/brand-image.png\"\n },\n \"tags\" : [ \"food\", \"snack\" ],\n \"productCount\" : 3,\n \"productBanner\" : {\n \"title\" : \"Product Banner Title\",\n \"imageUrl\" : \"https://image.shoplive.cloud/product-banner-image.png\",\n \"scheme\": \"https://www.shoplive.cloud/product\" \n },\n \"products\" : [ {\n \"productId\" : 54321,\n \"name\" : \"Shoelive T-shirts\",\n \"brand\" : \"Shoplive Brand\",\n \"url\" : \"https://shoplivedemo.com/product/54321\",\n \"sku\" : \"sku001\",\n \"imageUrl\" : \"https://image.shoplive.cloud/product-image.png\",\n \"currency\" : \"KRW\",\n \"showPrice\" : true,\n \"originalPrice\" : 3400.0,\n \"discountPrice\" : 2500.0,\n \"discountRate\" : 26.0,\n \"stockStatus\" : \"IN_STOCK\"\n } ]\n },\n \"activity\" : {\n \"viewCount\" : 2345\n },\n \"video\" : [ {\n \"duration\" : 3600,\n \"videoId\" : \"1234\",\n \"videoUrl\" : \"https://resource.shoplive.cloud/video/shortsform/video.m3u8\",\n \"previewVideoUrl\" : \"https://resource.shoplive.cloud/video/shortsform/previewVideo.m3u8\",\n \"screenshotUrl\" : \"https://image.shoplive.cloud/shortform/screenshot.png\"\n } ],\n}"
4XX
"{\n \"_s\": -000,\n \"_e\": \"Error message\"\n}"