Skip to main content

Set Fallback

PUT 

/api/trackstar/integration-instances/:integration_instance/shipping-methods/routing/fallback

Layer 4 — what happens when no other layer matched.

mode:

  • passthrough — send the method's own name / the raw order text. The legacy behaviour and the default; the provider may reject it.
  • carrier — send a shipping method you choose (requires trackstar_shipping_method_id).
  • suppress — send nothing at all.

The single highest-value setting to configure in advance, since it needs no knowledge of the data.

Authentication: requires a Bearer token.

Not yet available to API tokens

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

Request

Responses

OK

Response Headers
    Content-Type