VTEX · Example Payload

Vtex Getskuseller Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getskuseller Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetSKUseller",
  "method": "GET",
  "path": "/api/catalog_system/pvt/skuseller/{sellerId}/{sellerSkuId}",
  "summary": "VTex Get details of a seller's SKU",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "IsPersisted": true,
        "IsRemoved": false,
        "SkuSellerId": 799,
        "SellerId": "myseller",
        "StockKeepingUnitId": 50,
        "SellerStockKeepingUnitId": "502",
        "IsActive": true,
        "UpdateDate": "2018-10-11T04:52:42.1",
        "RequestedUpdateDate": null
      }
    }
  ]
}