Skip to main content

Unmap Shipping Method

DELETE 

/api/shipstation/integration-instances/:integration_instance/shipping-methods/map/ups|ups_ground

Deletes the mapping for a ShipStation service code.

Path params:

  • code — the mapped carrier_code|service_code code. The route allows any characters including slashes (->where('code', '.*')), so codes containing / work; URL-encode the pipe (%7C) when needed.

Errors:

  • 404 — no mapping exists for that code ('Mapping not found')

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type