Store Mapped Warehouse Locations
PUT//:domain/api/walmart/:integration_instance/store-mapped-warehouse-locations
Map Walmart ship nodes (locations) to internal warehouses. Updates the warehouse_id for each Walmart location.
Authentication: Requires Bearer token.
Fields:
- warehouse_mappings (required, array): Array of ship-node-to-warehouse mappings
- warehouse_mappings.*.shipNode (required, integer): Walmart ship node ID (must exist in walmart_locations)
- warehouse_mappings.*.warehouse_id (nullable, integer): Internal warehouse ID (must exist in warehouses table, or null to unmap)
Request
Responses
- 200
- 422
OK
Response Headers
Content-Type
Unprocessable Entity
Response Headers
Content-Type