Skip to main content

Map Shipping Method

PUT 

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

Create or update the mapping from a Veracore carrier + service combination to a SKU.io shipping method.

Authorization

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

code is the combination identifier in the form Carrier|Service Description (e.g. UPS|UPS Ground), as returned by the shipping method list endpoint. Mapping the same code again replaces the previous target shipping method.

Errors

  • 404 when the integration instance does not exist or is not a Veracore instance.
  • 422 when code is missing/too long or shipping_method_id is not an existing shipping method.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type