Remove a seller's SKU Binding in VTEX SKU Bindings
A documented VTEX SKU Bindings operation that changes something in your account. Describe the outcome you want in plain words — HumDay writes the program, proves it, and runs it.
What this operation does
Remove a seller's SKU Binding
- POSTChanges data · SKU Bindings
vtex.local/sku-binding/pvt/skuseller/remove/{sellerId}/{sellerSkuId}
How HumDay uses it
- You describe the outcome. Not this operation by name — what you want to happen. HumDay works out which operations it needs.
- The contract names it. Before anything is built, you see exactly which VTEX SKU Bindings operations the program may use, and this is one of them.
- You approve access. Because this one changes data, it cannot run until you have explicitly granted it.
Other VTEX SKU Bindings operations
- Change Notification with SKU IDPOST · changes data
- Insert SKU BindingPOST · changes data
- Change Notification with Seller ID and Seller SKU IDPOST · changes data
- Bind a seller's SKU to another SKUPUT · changes data
- Activate SKU BindingPOST · changes data
- Deactivate SKU BindingPOST · changes data
- Get SKU Bindings by SKU IDGET · reads data
- Get all SKU Bindings by Seller IDGET · reads data
Questions
- Can HumDay remove a seller's sku binding in VTEX SKU Bindings?
- Yes. This operation is published in VTEX SKU Bindings's own API description, so HumDay can use it without a hand-built connector — once you have approved it for your automation.
- Will this change my VTEX SKU Bindings data?
- Yes — this is a POST operation, so it changes something in VTEX SKU Bindings. HumDay holds anything that writes behind an approval you grant explicitly, and the contract you approve says what it may touch.
- Do I need to write code?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a proof run before anything touches your VTEX SKU Bindings account.
Where this came from
Read from a published API description for VTEX SKU Bindings at raw.githubusercontent.com/vtex/openapi-schemas/master/VTEX - SKU Bindings API.json. The description above is the provider’s own wording, not ours. Last published 2023-03-03.