Get item fulfillments

Exports item fulfillments for a single, specified business date.

Securityoauth2
Request
query Parameters
businessDate
required
string

The business date for the item fulfillments to export. This value must be in YYYYMMDD format.

Responses
200

Returns a list of ItemFulfillment objects.

204

No data is returned. The restaurant does not have an active subscription to Toast Restaurant Management Suite Pro or higher.

400

The request is invalid.

401

The authentication token is not recognized.

403

The request is not permitted.

404

The endpoint was not found.

500

There was an unexpected server error.

get/export/itemFulfillments
Request samples
curl -i -X GET \
  'https://toast-api-server/kitchen/v1/export/itemFulfillments?businessDate=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
[
  • {
    }
]