Skip to main content
POST
/
stores
/
{storeId}
/
orders
/
{orderId}
/
retry-fulfillment
cURL
curl --request POST \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/orders/{orderId}/retry-fulfillment \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "queued": 1,
    "message": "1 fulfillment webhook(s) re-queued for delivery"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token mode — passes the secret directly. Token starts with sk_.

Path Parameters

storeId
string
required
Required string length: 12 - 48
orderId
string
required
Required string length: 12 - 48

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required