Skip to main content

Store Mapped Warehouse Locations

PUT 

//:domain/api/big-commerce/:integration_instance/store-mapped-warehouse-locations

Map BigCommerce locations to internal warehouses. Updates the warehouse_id for each BigCommerce location.

Authentication: Requires Bearer token.

Fields:

  • warehouse_mappings (required, array): Array of location-to-warehouse mappings
  • warehouse_mappings.*.location_id (required, integer): BigCommerce location ID (must exist in big_commerce_locations)
  • warehouse_mappings.*.warehouse_id (nullable, integer): Internal warehouse ID (must exist in warehouses table, or null to unmap)

Request

Responses

OK

Response Headers
    Content-Type