get https://{accountName}.{environment}.com.br/api/catalog_system/pvt/skuseller//
Retrieves the details of a seller's SKU by its ID.
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
IsPersisted | boolean | If the seller is Persisted |
IsRemoved | boolean | If the seller is removed |
SkuSellerId | integer | SKU Id in Seller |
sellerId | string | Product Seller ID |
StockKeepingUnitId | integer | SKU ID in VTEX |
SellerStockKeepingUnitId | string | SKU Seller ID |
isActive | boolean | If the SKU binding is active |
UpdateDate | string | Last Update Date |
RequestedUpdateDate | string | Last Update Request Date |
Authentication
This is a private API and need credentials with viewer access.
Learn more about Creating appKeys and appTokens to authenticate integrations