List fulfillment options
Fulfillment
List fulfillment options
Read fulfillment type definitions for POS and RMS mapping.
GET
List fulfillment options
Returns all fulfillment options configured for the authenticated merchant. Use this endpoint to map Fire spark fulfillment types to pickup, delivery, and dine-in flows in your POS or RMS before syncing stores and composing menus.
Requires an access token with the
fulfillment:read scope. See
Authorize to obtain a token.Request
Response
The response wraps an array of fulfillment objects indata. Each object represents one fulfillment mode — built-in types such as DELIVERY and PICKUP, or custom types such as DRIVE_THRU.
Fulfillment object
| Field | Type | Description |
|---|---|---|
id | string | External fulfillment identifier. Alphanumeric characters, _, and - only. 1–64 characters. Unique per merchant. |
uid | string (UUID) | Fire spark internal identifier. |
organization_id | string (UUID) | Organization that owns the merchant. |
merchant_id | string (UUID) | Merchant the fulfillment option belongs to. |
name | string | Display name. 1–100 characters. |
type | string | Fulfillment type code. 1–100 characters. Unique per merchant among active records. Common values: DELIVERY, PICKUP, DINE_IN. Custom codes such as DRIVE_THRU or CURBSIDE are supported. |
status | string | ACTIVE or INACTIVE. |
Mapping fulfillment to your POS
Match theid field to the fulfillment identifier in your POS or RMS. Fire spark uses this external ID when composing menus and attaching fulfillment rules to stores and channels.
Error responses
| Status | Description |
|---|---|
401 | Missing or invalid access token. |
403 | Token does not include the fulfillment:read scope. |