Skip to main content

Update Shipping Method Mapping

PUT 

/api/trackstar/integration-instances/:integration_instance/shipping-methods/:trackstar_shipping_method/mapping

Map a Trackstar shipping method to a SKU.io shipping method. Set shipping_method_id to null to unmap. Requires Bearer token.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request body fields:

  • shipping_method_id (nullable, integer): SKU.io shipping method ID to map to

Request

Responses

OK

Response Headers
    Content-Type