VTEX · Example Payload

Vtex Post Apicatalogpvtskuservicetypeattachment Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post Apicatalogpvtskuservicetypeattachment 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": "post-apicatalogpvtskuservicetypeattachment",
  "method": "POST",
  "path": "/api/catalog/pvt/skuservicetypeattachment",
  "summary": "VTex Associate SKU service attachment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 1,
        "AttachmentId": 1,
        "SkuServiceTypeId": 1
      }
    }
  ]
}