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
| Name | Type | Sample | Description |
|---|---|---|---|
| partner_id | int | 1 | Partner ID is assigned upon registration is successful. Required for all requests. |
| timestamp | timestamp | 1610000000 | This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes. |
| access_token | string | c09222e3fc40ffb25fc947f738b1abf1 | The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours. |
| shop_id | int | 600000 | Shopee's unique identifier for a shop. Required param for most APIs. |
| sign | string | e318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2 | Signature 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
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| ssp_id_list | int64[] | False | [34001,34002] | The ssp_id list; limit [0,50] |
| gtin_list | string[] | False | ["7684048575","77860494"] | The gtin_list; limit [0,50] |
| oem_list | string[] | False | ["34SDA001","340F02"] | The oem_list; limit [0,50] |
Response Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| error | string | Indicate error type if hit error. Empty if no error happened. | |
| message | string | Indicate error details if hit error. Empty if no error happened. | |
| warning | string | Indicate waring details if hit waring. Empty if no waring happened. | |
| request_id | string | 7b9da0c6926642199c33ee9dd3a266f5 | The identifier for an API request for error tracking. |
| response | object | ||
| ssp_list | object[] | ||
| ssp_id | int64 | 4567890123 | Shopee's unique identifier for Shopee Standard Product. |
| product_name | string | Camiseta Azul | Name of Shopee Standard Product. |
| category_id | int32 | 14646 | Shopee's unique identifier for a category of Shopee Standard Product. |
| description | object | Description of Shopee Standard Product. | |
| description_type | string | "extended" | Type of description : values: See Data Definition- description_type (normal , extended). |
| description | string | "test decription" | If description_type is normal , Description information will be returned through this field,else description will be empty. |
| extended_description | object | If description_type is extended , Description information will be returned through this field. | |
| field_list | object[] | Field of extended description. | |
| type | string | Type of extended description field :values: See Data Definition- description_field_type (text , image). | |
| text | string | If field_type is text, text information will be returned through this field. | |
| image_info | object | If field_type is image, image url will be returned through this field. | |
| image_id | string | Image id. | |
| image_url | string | Image url. | |
| weight | string | "10.02" | The weight of Shopee Standard Product, the unit is KG. |
| brand_info | object | Brand of Shopee Standard Product. | |
| brand_id | int64 | 123 | Id of brand. |
| original_brand_name | string | nike | Original name of brand. |
| attribute_list | object[] | ||
| attribute_id | int64 | 4811 | The Identify of each attribute. |
| original_attribute_name | string | Brand: L2 Default [14644] | The name of each attribute. |
| attribute_values | object[] | ||
| value_id | int64 | 0 | Unique identifier for value of this attribute. |
| original_value_name | string | Default | Value name of this attribute. |
| value_unit | string | g | Value unit of this attribute. |
| media | object | ||
| image | object | ||
| image_id_list | string[] | List of image id. | |
| image_url_list | string[] | List of image url. | |
| image_ratio | string | Image ratio. | |
| video | object[] | ||
| video_url | string | Url of video. | |
| thumbnall_url | string | Thumbnail of video. | |
| duration | int32 | Duration of video. | |
| compatibility_info | object | ||
| vehicle_info_list | object[] | ||
| brand_id | int64 | 1234 | ID of the brand. |
| model_id | int64 | 2345 | ID of the model. |
| year_id | int64 | 3456 | ID of the year. |
| version_id | int64 | 4567 | ID of the version. |
| dimension | object | The dimension of this Shopee Standard Product. | |
| package_length | int32 | 11 | The length of package for this Shopee Standard Product, the unit is CM. |
| package_width | int32 | 12 | The width of package for this Shopee Standard Product, the unit is CM. |
| package_height | int32 | 13 | The height of package for this Shopee Standard Product, the unit is CM. |
| global_code | object | ||
| gtin | string | GTIN of Shopee Standard Product. | |
| oem | string | OEM of Shopee Standard Product. | |
| sales_info | object | ||
| model_setting_list | object[] | ||
| tier_index | int32[] | [0] | Tier index of this model. |
| gtin | string | 6925281934919 | GTIN of this model. |
| std_tier_variation_list | object[] | Standardise Variation config of Shopee Standard Product. | |
| variation_id | int32 | Standardise Variation ID. | |
| variation_name | string | Standardise Variation Name. | |
| variation_group_id | int32 | Standardise Variation Group ID. | |
| variation_option_list | object[] | Standardise Variation Option List. | |
| variation_option_id | int32 | Standardise Option ID. | |
| variation_option_name | string | Standardise Option Name. | |
| image_id | string | ID of image. | |
| image_url | string | URL of image. |