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