GET /fulfillments/{id}.json

GET /fulfillments/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /fulfillments/{id}.json
curl \
 -X GET http://api.example.com/v1/fulfillments/{id}.json
Response examples (200)
{
  "adminNotes": "string",
  "aftershipId": "string",
  "channelAttempts": 0,
  "channelError": true,
  "channelNotification": "trigger",
  "commercialInvoiceUrl": "string",
  "createdAt": "2023-05-04T09:42:00+00:00",
  "days": 42,
  "durationTerms": "string",
  "externalId": "string",
  "files": {},
  "fulfillmentType": "manual",
  "grams": 0,
  "id": 42,
  "intercomMessageId": "string",
  "inventoryStatus": "notShipped",
  "labelError": "string",
  "labelFileFormat": "png",
  "labelFiles": {},
  "labelRefund": false,
  "labelUrl": "string",
  "manifestId": 42,
  "muteError": false,
  "packed": false,
  "packedAt": "2023-05-04T09:42:00+00:00",
  "picked": false,
  "pickedAt": "2023-05-04T09:42:00+00:00",
  "price": 0,
  "printedLabel": false,
  "printedLabelAt": "2023-05-04T09:42:00+00:00",
  "provider": "string",
  "quoteId": "string",
  "reference": "string",
  "requiresShippingApproval": "notRequired",
  "saleId": 42,
  "serviceLevel": "string",
  "serviceLevelTerms": "string",
  "shippedAt": "2023-05-04T09:42:00+00:00",
  "shippoLabelIds": [
    "string"
  ],
  "shipstationId": "string",
  "status": "finalized",
  "tags": [
    "string"
  ],
  "trackingCompany": "string",
  "trackingNumber": "string",
  "trackingStatus": "delivered",
  "trackingStatusDate": "2023-05-04T09:42:00+00:00",
  "trackingStatusDetails": "string",
  "trackingUrl": "string",
  "updatedAt": "2023-05-04T09:42:00+00:00",
  "userId": 42,
  "xeroId": "string"
}