POST
Bulk update Products
Updates the category and subCategory for multiple SKUs in a single request using a list of SKU IDs.
Request body
skuIdsarray of string
List of SKU IDs to update in this batch. Each ID must be a valid existing SKU _id.
categorystring
High-level product category. This influences which AR fields and metadata are applicable.
subCategorystring
More specific product type within a category. Must match the selected category.
POST/skus/bulk-update
curl -X POST "https://api.pixelbin.io/service/platform/misc/v2.0/skus/bulk-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {apitoken}" \
-d '{"skuIds":[],"category":"eyewear","subCategory":"smart-glasses"}'
Response
201
No example available.