The
status object is a venue map. Its keys are venue_id strings and the
values indicate enablement at that venue: 1 = enabled, 0 = disabled.
For example, status["1"] = 1 means this sale type is enabled for
venue 1.- Create Order: provide
payload.service.sale_type_idandpayload.service.venue_id - Create Receipt: optionally include
sale_type_idormeta.sale_type
Sale Type Object
| Field | Type | Description |
|---|---|---|
id | integer | The unique identifier for the sale type. |
name | string | The name of the sale type (e.g., “In-store”, “Delivery”). |
system_type | string | null | A system-defined type identifier (e.g., “IN”, “DELIVERY”). |
channel | string | The sales channel this type belongs to. |
service_charge_rate | number | null | The service charge rate associated with this sale type. |
payment_method_id | integer | null | The ID of the default payment method for this sale type, if any. |
payment_method | object | null | An object containing details of the associated payment method. |
media | array | An array of media objects, typically containing URLs for icons. |
status | object | Map of venue_id -> 0/1 availability for this sale type. |
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier