Skip to main content

v2.product.get_ssp_info

GET /api/v2/product/get_ssp_info

Get the SSP details with all available info, searching through ssp_id, gtin or oem.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/product/get_ssp_info

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

Request Parameters

NameTypeRequiredSampleDescription
ssp_id_listint64[]False[34001,34002]The ssp_id list; limit [0,50]
gtin_liststring[]False["7684048575","77860494"]The gtin_list; limit [0,50]
oem_liststring[]False["34SDA001","340F02"]The oem_list; limit [0,50]

Response Parameters

NameTypeSampleDescription
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringIndicate error details if hit error. Empty if no error happened.
warningstringIndicate waring details if hit waring. Empty if no waring happened.
request_idstring7b9da0c6926642199c33ee9dd3a266f5The identifier for an API request for error tracking.
responseobject
ssp_listobject[]
ssp_idint644567890123Shopee's unique identifier for Shopee Standard Product.
product_namestringCamiseta AzulName of Shopee Standard Product.
category_idint3214646Shopee's unique identifier for a category of Shopee Standard Product.
descriptionobjectDescription of Shopee Standard Product.
description_typestring"extended"Type of description : values: See Data Definition- description_type (normal , extended).
descriptionstring"test decription"If description_type is normal , Description information will be returned through this field,else description will be empty.
extended_descriptionobjectIf description_type is extended , Description information will be returned through this field.
field_listobject[]Field of extended description.
typestringType of extended description field :values: See Data Definition- description_field_type (text , image).
textstringIf field_type is text, text information will be returned through this field.
image_infoobjectIf field_type is image, image url will be returned through this field.
image_idstringImage id.
image_urlstringImage url.
weightstring"10.02"The weight of Shopee Standard Product, the unit is KG.
brand_infoobjectBrand of Shopee Standard Product.
brand_idint64123Id of brand.
original_brand_namestringnikeOriginal name of brand.
attribute_listobject[]
attribute_idint644811The Identify of each attribute.
original_attribute_namestringBrand: L2 Default [14644]The name of each attribute.
attribute_valuesobject[]
value_idint640Unique identifier for value of this attribute.
original_value_namestringDefaultValue name of this attribute.
value_unitstringgValue unit of this attribute.
mediaobject
imageobject
image_id_liststring[]List of image id.
image_url_liststring[]List of image url.
image_ratiostringImage ratio.
videoobject[]
video_urlstringUrl of video.
thumbnall_urlstringThumbnail of video.
durationint32Duration of video.
compatibility_infoobject
vehicle_info_listobject[]
brand_idint641234ID of the brand.
model_idint642345ID of the model.
year_idint643456ID of the year.
version_idint644567ID of the version.
dimensionobjectThe dimension of this Shopee Standard Product.
package_lengthint3211The length of package for this Shopee Standard Product, the unit is CM.
package_widthint3212The width of package for this Shopee Standard Product, the unit is CM.
package_heightint3213The height of package for this Shopee Standard Product, the unit is CM.
global_codeobject
gtinstringGTIN of Shopee Standard Product.
oemstringOEM of Shopee Standard Product.
sales_infoobject
model_setting_listobject[]
tier_indexint32[][0]Tier index of this model.
gtinstring6925281934919GTIN of this model.
std_tier_variation_listobject[]Standardise Variation config of Shopee Standard Product.
variation_idint32Standardise Variation ID.
variation_namestringStandardise Variation Name.
variation_group_idint32Standardise Variation Group ID.
variation_option_listobject[]Standardise Variation Option List.
variation_option_idint32Standardise Option ID.
variation_option_namestringStandardise Option Name.
image_idstringID of image.
image_urlstringURL of image.