Skip to main content
GET
Get one Retailer Merchant Setting

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

The id of the parent Retailer.

Required range: x >= 1
setting_id
integer<int32>
required

The id of the referenced RetailerMerchantSetting.

Required range: x >= 1

Query Parameters

fields
enum<string>[]

Specify additional fields of the RetailerMerchantSetting object to be included in the response. See the selecting fields page for more information.

Available options:
basic,
all,
merchant,
default_tpb_group_id,
default_duties_tpb_group_id,
retailer,
created_at,
updated_at
fields:merchant
enum<string>[]

Specify additional fields of the Merchant object to be included in the response. See the selecting fields page for more information.

Available options:
basic,
all,
code,
name,
status,
created_at,
updated_at,
brands,
default_brand,
custom_fields
fields:retailer
enum<string>[]

Specify additional fields of the parent Retailer object to be included in the response. See the selecting fields page for more information.

Available options:
basic,
all,
code,
name,
status,
fulfillment_model,
parent_retailer,
legal_name,
dba,
default_duties_payor,
default_shipping_method,
allowed_shipping_methods,
routing_guide_notes,
custom_fields,
created_at,
updated_at

Response

OK

resource
RetailerMerchantSetting · object

A RetailerMerchantSetting holds per-merchant defaults for a Retailer. Third-party billing groups are merchant-scoped, so the retailer's TPB defaults live here — one row per (retailer, merchant).