Deliverables

post
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
deliverableIdstring · flake-idRequiredExample: 411486491630370816
Body
starts_atstring · date-time | nullableOptional
ends_atstring · date-time | nullableOptional
inventory_item_idstring · flake-idOptionalExample: 411486491630370816
customer_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
product_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
Responses
200
OK
application/json
post
POST /v1/stores/{storeId}/deliverables/{deliverableId}/commands/resend HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 258

{
  "starts_at": "2025-08-01T19:09:29.986Z",
  "ends_at": "2025-08-01T19:09:29.986Z",
  "inventory_item_id": "411486491630370816",
  "customer_id": "411486491630370816",
  "order_id": "411486491630370816",
  "product_id": "411486491630370816",
  "subscription_id": "411486491630370816"
}
{
  "enqueued_commands_count": 1
}

Was this helpful?