VTEX · Example Payload

Vtex Associateattachmentstosku Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Associateattachmentstosku 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": "AssociateattachmentstoSKU",
  "method": "POST",
  "path": "/api/catalog_system/pvt/sku/associateattachments",
  "summary": "VTex Associate attachments to an SKU",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "SkuId": 1,
        "AttachmentNames": [
          "T-Shirt Customization"
        ]
      }
    }
  ],
  "responseExamples": []
}