Skip to main content
GET
List fulfillment options
Returns every active fulfillment option configured for the merchant. Use this endpoint to build fulfillment pickers or to load fulfillment metadata before configuring checkout flows.
Requires a Fire spark access token obtained through token exchange. The token scopes requests to the authenticated customer and merchant.

Request

Response

The response wraps an array of fulfillment objects in data. Only ACTIVE options are included.

Fulfillment object

Store-level rules — pricing, coverage zones, availability, and instructions — are returned on stores under each store’s fulfillment object, keyed by fulfillment type. Use this endpoint for merchant-wide definitions; use stores for what each location can honor.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Ok

data
object[]