Bulk update ship-from mappings
POST//:domain/api/amazon/unified/awd/ship-from-mappings/bulk-update
Bulk updates ship-from mappings. Two modes: (1) explicit ids: [...] OR (2) apply_to_all: true + filters: {...}. Validation: apply_to_all (sometimes|boolean), filters (required_if:apply_to_all,true|array), ids (required_without:apply_to_all|array), ids.* (integer, must exist in amazon_fba_inbound_ship_from_mappings.id), link_id (nullable|integer), link_type (nullable|string|in:App\Models\Supplier,App\Models\Warehouse). Pass null link_id to clear mappings.
Request
Responses
- 200
OK
Response Headers
Content-Type