get https://{accountName}.{environment}.com.br/api/catalog_system/pvt/sku/stockkeepingunitidbyrefid/
Retrieves an SKU ID by the SKU's Reference ID.
Attribute | Type | Description |
---|---|---|
refId | integer | Replace this variable with SKU reference ID that you need to retrieve the SKU ID |
For example, in case you need to get the SKU ID for the SKU whose reference ID 799
, you must replace the variable refId
for 799
:
https://{{accountName}}.{{environment}}.com.br/api/catalog_system/pvt/sku/stockkeepingunitidbyrefid/799
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
skuId | object | Object composed by SKU ID related to the Reference ID searched |
Authentication
This is a private API and need credentials with viewer access.
Learn more about Creating appKeys and appTokens to authenticate integrations