VTEX · Example Payload

Vtex Get Allinactivecollections Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Allinactivecollections 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-AllInactiveCollections",
  "method": "GET",
  "path": "/api/catalog/pvt/collection/inactive",
  "summary": "VTex Get all inactive collections",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        153,
        155,
        157
      ]
    }
  ]
}