VTEX · Example Payload

Vtex Getpagedbysellerid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getpagedbysellerid 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": "GetpagedbySellerId",
  "method": "GET",
  "path": "/sku-binding/pvt/skuseller/paged/sellerid/{sellerId}",
  "summary": "VTex Get paged SKU Bindings by Seller ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "SellerId": "vtxkfj7352",
          "StockKeepingUnitId": 121,
          "SellerStockKeepingUnitId": "24",
          "IsActive": true,
          "FreightCommissionPercentage": null,
          "ProductCommissionPercentage": null
        },
        {
          "SellerId": "vtxkfj7352",
          "StockKeepingUnitId": 14,
          "SellerStockKeepingUnitId": "60",
          "IsActive": true,
          "FreightCommissionPercentage": null,
          "ProductCommissionPercentage": null
        }
      ]
    }
  ]
}