Skip to main content

Update Provider

PUT 

/api/api-shipping-providers/:provider-id

Update a shipping provider integration instance.

Not yet available to API tokens

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

Request Body Fields:

FieldTypeRequiredDescription
namestringNoDisplay name for the provider
integration_settingsobjectNoProvider-specific settings
integration_settings.ignore_fulfillments_without_trackingbooleanNoSkip fulfillments that lack tracking numbers
warehouse_mappingsarrayNoWarehouse mapping array
warehouse_mappings.*.warehouse_idintegerRequired with warehouse_mappingsSKU.io warehouse ID
warehouse_mappings.*.external_warehouse_idstringRequired with warehouse_mappingsExternal warehouse identifier

Request

Responses

OK

Response Headers
    Content-Type