Bulk Operation
POST/api/shopify/:integrationInstance/products/bulk
Execute a bulk operation on Shopify products synchronously.
Authentication: Requires Bearer token.
Validation:
- action: required, in: map, unmap, create, remap, archive, unarchive, delete, refresh
- selection.type: required, in: selected, visible, filtered
- selection.ids: required_if type=selected, array of integers
- selection.filters: sometimes, array of filter key-value pairs
- options.match_by: sometimes, in: sku, barcode (for map/remap)
- options.create_if_no_match: sometimes, boolean (for map action)
- options.field_mappings: sometimes, array of {shopify_field, sku_field}
Request
Responses
- 200
Successful response