Retailers
GET /retailers/public/{retailer_id}
This endpoint retrieves information about a retailer given their ID. Use the isUpmarketPlusRetailer field to determine whether the retailer requires a packing slip in every shipping package when fulfilling their orders.
get/retailers/public/{retailer_id}
Path parameters
retailer_idstring required
Response
Successful response
Example response
{
"retailer_id": "r_c9385ldj",
"name": "Faire Wholesale, Inc",
"is_insider": true,
"is_upmarket_plus_retailer": true
}