VTEX · Example Payload

Vtex Get Apicatalogpvtstockkeepingunitskuidattachment Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalogpvtstockkeepingunitskuidattachment 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-apicatalogpvtstockkeepingunitskuidattachment",
  "method": "GET",
  "path": "/api/catalog/pvt/stockkeepingunit/{skuId}/attachment",
  "summary": "VTex Get SKU attachments by SKU ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "Id": 97,
          "AttachmentId": 1,
          "SkuId": 1
        }
      ]
    }
  ]
}