Retailer
A full reference to a retailer type for different Liquid Commerce APIs.
RetailerType
id: string
retailer identifier
name: string
retailers name, ex: Liquid Wine and Spirits
platformFee: number [optional]
LiquidCommerce application fee per retailer
location information split out to individual values for the street, city, state, zip code, country, latitude and longitude
retailer available fulfillment configurations
RetailerAddress
id: string [optional]
identifier of the address
one: string
retailer street address
two: string
retailer apt, suite, floor, etc
city: string
retailer city
state: string
retailer state, you can use either 2 letter code or the full name
zip: string
retailer zip code
country: string
retailer country where the address is located
lat: number
retailer latitude, ex: 40.744860
long: number
retailer longitude, ex: -73.985314
RetailerFulfillment
id: string
fulfillment identifier
fulfillment type, ex: onDemand | shipping
canEngrave: boolean
indicates whether the retailer support engraving services
deliveryFee: number [optional]
specific delivery fee for this fulfillment
shippingFee: number [optional]
specific shipping fee for this fulfillment
engravingFee: number [optional]
specific engraving fee for this fulfillment
subtotal: number [optional]
Subtotal for items in this fulfillment
timezone: string [optiona]
timezone associated with the fulfillment
fulfillment's expectation configurations
fulfillment's hours configurations
the breaks within the working hours
items: Array<string>
fulfillment's item ids
productTypeAllowed: Array<string>
list of fulfillment categories allowed
FeeDelivery
min: number
the minimum subtotal that must be met for the order to be placed
fee: number
the fee for the fulfillment service, ex: 1500
conditions for free delivery
FeeShipping
the shipping fee configurations for pack items
the shipping fee configurations for individual items
conditions for free delivery
FeeShippingConfig
fee: number
The fee for the fulfillment service, ex: 1500
active: boolean
The status of of the fulfillment shipping method
min: number
The min item total required to checkout
maxQuantity: number
The maximum number of products allowed
FreeDelivery
active: boolean
whether free delivery is available
min: number
minimum purchase amount for free delivery
Expectation
detail: string
detailed expectation of fulfillment, ex: Ships in 3 days
short: string
short expectation of fulfillment, ex: 3 days
Hours
hours of operations for each day of the week, ex:
DayConfigs
active: boolean
whether the day is available for scheduling
the times available for scheduling, ex:
Time
startsAt: string
the expected start time for the day, ex: 08:30
endsAt: string
the expected end time for the day, ex: 23:00
Sample retailer
retailer
Last updated