Headers
Your organization’s private API key.
curl --request GET \
--url https://third-party.etrnl.app/v1/orders/fulfilled \
--header 'API-Key: <api-key>'
{
success: true,
err: '',
orders: [
{
id: 17,
organizationId: 681,
productId: 91,
displayName: "John's order",
creationDate: "2023-09-26T23:19:42.000Z",
fulfilled: true,
tagMetadata: { internalOrderId: 123456 },
shippingLabelImgUrl: "https://example.com/johns-shipping-label.png",
fulfillmentDate: '2023-09-28T03:30:32.000Z'
}
]
}
curl --request GET \
--url https://third-party.etrnl.app/v1/orders/fulfilled \
--header 'API-Key: <api-key>'
{
success: true,
err: '',
orders: [
{
id: 17,
organizationId: 681,
productId: 91,
displayName: "John's order",
creationDate: "2023-09-26T23:19:42.000Z",
fulfilled: true,
tagMetadata: { internalOrderId: 123456 },
shippingLabelImgUrl: "https://example.com/johns-shipping-label.png",
fulfillmentDate: '2023-09-28T03:30:32.000Z'
}
]
}
{
success: true,
err: '',
orders: [
{
id: 17,
organizationId: 681,
productId: 91,
displayName: "John's order",
creationDate: "2023-09-26T23:19:42.000Z",
fulfilled: true,
tagMetadata: { internalOrderId: 123456 },
shippingLabelImgUrl: "https://example.com/johns-shipping-label.png",
fulfillmentDate: '2023-09-28T03:30:32.000Z'
}
]
}