PUT
/
openapi
/
v1
/
Products
/
{sku}
:star
Star Product (Set Product's favorite state to true).
curl --request PUT \
  --url https://api.oplog.one/openapi/v1/Products/{sku}:star \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Path Parameters

sku
string
required

Response

200

Success