Skip to main content

Map Shipping Method

PUT 

/api/shipbob/:instance/shipping-methods/:id/mapping

Set or clear the SKU shipping method for a ShipBob shipping method. Omit or null shipping_method_id to unmap.

Authentication: Requires Bearer token.

Request Body:

  • shipping_method_id (integer, nullable) — SKU shipping method id to map to; null unmaps.

Request

Responses

OK

Response Headers
    Content-Type