Description
- Update Upstream Spu Status
Request URL
/rest/sc_api/upstream_spu/update_spu_status
Request Method
- GET
Common Parameter (Request Header)
Request Parameter
Name | Data Type | Mandatory | Description |
---|---|---|---|
spu_id | String | Y | Id of upstream system spu. |
sku_id | String | N | Id of upstream system sku. |
status | String | Y | ACTIVE/INACTIVE. |
Success Response Example
{
"code": "200",
"message": "success",
"data":null,
"request_id": "d52382aa-9174-11eb-a8b3-0242ac130003"
}