Skip to main content

Bulk Map Shipping Methods

POST 

/api/shipbob/:instance/shipping-methods/bulk-map

Map many ShipBob shipping methods to one SKU shipping method (or clear when omitted) in one call.

Authentication: Requires Bearer token.

Request Body:

  • ids (array of integers, required, min 1) — ShipBob shipping method row ids.
  • shipping_method_id (integer, nullable) — SKU shipping method id to map to; null clears.

Request

Responses

OK

Response Headers
    Content-Type