Skip to main content

Save Fulfillment Center Mappings

PUT 

/api/shipbob/:instance/fulfillment-centers/mappings

Bulk save fulfillment center to SKU warehouse mappings.

Authentication: Requires Bearer token.

Request Body:

  • mappings (array, required):
    • id (integer, required) — Fulfillment center row id.
    • warehouse_id (integer, nullable) — SKU warehouse id to map to; null clears the mapping.

Request

Responses

OK

Response Headers
    Content-Type