Skip to main content
GET
Delivers the current shipping-rule mappings of a SCX seller by its sales channel id.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

Sales channel id of the SCX seller/account (composite id, ADR-69).

Response

Success.

shippingMethodId
string<uuid>
required

Identifier of the JTL-Wawi shipping method.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

salesChannelId
string
required

Sales channel id of the seller this mapping belongs to (composite id, ADR-69).

shippingRuleId
string<uuid>

Identifier of the mapped channel shipping rule. Null when the shipping method is mapped to the seller's own carrier instead of a real shipping rule.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

carrierId
string

Carrier identifier for the mapping. Resolved from the mapped channel shipping rule when ShippingRuleId is set; echoes the stored custom carrier code for an own-carrier mapping (ShippingRuleId is null). Null when the mapping has no shipping rule and no custom carrier code stored.

customCarrierId
string

Custom carrier code override, used when ShippingRuleId is null (own carrier, no real shipping rule).