VTEX · Example Payload

Vtex Get Apicatalog Systempvtskustockkeepingunitidsbysaleschannel Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalog Systempvtskustockkeepingunitidsbysaleschannel 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": "get-apicatalog-systempvtskustockkeepingunitidsbysaleschannel",
  "method": "GET",
  "path": "/api/catalog_system/pvt/sku/stockkeepingunitidsbysaleschannel",
  "summary": "VTex List all SKUs of a trade policy",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        405380,
        405381,
        405382,
        405383,
        405384,
        405385,
        405386,
        405387,
        405388,
        405389,
        405390,
        405391,
        405392,
        405393,
        405394,
        405395,
        405396,
        405397,
        405398,
        405399,
        405400,
        405556
      ]
    }
  ]
}