TypeScript integration
import Vtex_node_sdk from 'vtex-node-sdk'; const client = new Vtex_node_sdk({ apiKey: "YOUR_API_KEY" });
curl \
-H "X-VTEX-API-AppKey: $API_KEY" \
https://vtex.local/catalog/pvt/skusellers/{skuId}curl \ -H "X-VTEX-API-AppKey: $API_KEY" \ https://vtex.local/sku-binding/pvt/skuseller/admin
curl \
-H "X-VTEX-API-AppKey: $API_KEY" \
https://vtex.local/sku-binding/pvt/skuseller/{sellerId}/{sellerSkuId}