Skip to main content

Delete Shipping Method Mapping

DELETE 

/api/veracore/integration-instances/:integration_instance/shipping-methods/map/:code

Remove the mapping for a Veracore carrier + service combination so it is no longer translated to a SKU.io shipping method.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

code is the combination identifier in the form Carrier|Service Description (e.g. UPS|UPS Ground). URL-encode it in the path (the pipe becomes %7C, spaces become %20); slashes inside the code are also accepted.

Errors

  • 404 when no mapping exists for that code, or the integration instance does not exist.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type