Skip to main content

Get Fulfillment

GET 

https://embedded.runalloy.com/2024-03/one/commerce/orders/:orderId/fulfillments/:fulfillmentId

Get a fulfillment for an order for a specified user and credential set

Request

Path Parameters

    orderId stringrequired

    The order ID of the fulfillment

    fulfillmentId stringrequired

    The fulfillment ID

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"fulfillment": [
{
"remoteCreatedAt": "2023-11-19T17:00:17.000Z",
"remoteUpdatedAt": "2023-11-19T17:00:17.000Z",
"remoteDeleted": false,
"createdAt": "2024-02-22T11:17:53.264Z",
"updatedAt": "2024-02-22T13:54:03.445Z",
"orderId": "0acf204e-62cc-4840-9f0a-b227f97e5613",
"trackingNumbers": [],
"trackingUrls": [],
"lineItems": [
{
"quantity": 1,
"productId": "7892548747520",
"lineItemId": "12561932648704",
"price": "2.00",
"variantId": "43101260415232",
"title": "Dev Hoodie",
"sku": ""
}
],
"id": "00000000-0000-0000-0000-000000000000"
}
}
curl -L 'https://embedded.runalloy.com/2024-03/one/commerce/orders/:orderId/fulfillments/:fulfillmentId' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03/one
Parameters
— pathrequired
— pathrequired
— queryrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!