{ "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": [] }