Skip to main content
GET
Get one Retailer

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 referenced Retailer.

Required range: x >= 1

Query Parameters

fields
enum<string>[]

Specify additional fields of the 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
fields:parent_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
Retailer · object

A Retailer represents a B2B retail partner shared by all merchants, including fulfillment defaults and retailer-specific custom fields.

included
object

Lists of referenced objects included by specifying optional fields. See the selecting fields page for more information.