Skip to content

Fulfillment Detail API

Endpoint

GET /fulfillment/{fulfillment_id}

Headers

KeyValue
AuthorizationBearer change_to_your_access_token
X-S2-Organizationyour_organization_id

Path Parameters

ParameterTypeRequiredDescription
fulfillment_idstringYesThe unique identifier of the fulfillment order

Response Body

FieldTypeDescription
idstringThe unique identifier of the fulfillment order
statusstringCurrent status of the fulfillment (e.g., "CREATED", "PENDING", etc.)
addressAddress ObjectShipping address details. See Address Object for details
channelFulfillmentIdstringExternal channel's fulfillment identifier
metaobjectAdditional metadata associated with the fulfillment
warehouseWarehouse ObjectDetails about the warehouse. See Warehouse Object for details
warehousePickIdstringIdentifier for the warehouse pick
warehousePickStatusstringStatus of the warehouse pick (e.g., "PENDING")
shippingMethodstringThe shipping method being used
signatureRequiredbooleanWhether signature is required for delivery
itemsarrayList of items in the fulfillment. See Fulfillment Item Object for details
notesarrayList of notes associated with the fulfillment
attachmentsarrayList of attachments. See Attachments Object for details
shipmentsarrayList of shipments. See Shipment Object for details
shippingQuotesarrayList of shipping quotes
orderOrganizationOrganization ObjectOrganization details. See Organization Object for details
shipByDatestringThe date by which the order should be shipped (ISO 8601 format)
deliverByDatestringThe date by which the order should be delivered (ISO 8601 format)
customerNotestringNotes from the customer
referenceIdsarrayList of reference identifiers
orderIdstringThe associated order identifier
rmaIdstringThe associated RMA identifier
orderDatestringThe date when the order was placed (ISO 8601 format)
orderAccountIdstringThe account identifier associated with the order
orderChannelOrderIdstringThe channel's order identifier
orderTypestringType of order (e.g., "B2C")
methodstringFulfillment method (e.g., "SPD")

Address Object

FieldTypeDescription
typestringType of address (e.g., "UNSPECIFIED")
namestringThe full name of the recipient
companystringThe company name
address1stringPrimary street address
address2stringAdditional address information (e.g., apartment, suite, unit, etc.)
address3stringAdditional address information
citystringCity name
statestringState or province
postalCodestringPostal or ZIP code
countryIdstringCountry code in ISO 3166-1 alpha-2 format
phonestringContact phone number
emailstringContact email address

Warehouse Object

FieldTypeDescription
idstringUnique identifier of the warehouse
organizationOrganization ObjectOrganization details
namestringName of the warehouse
addressAddress ObjectPhysical address of the warehouse
dropshipperbooleanWhether the warehouse is a dropshipper
fulfillmentCenterbooleanWhether the warehouse is a fulfillment center
rmaCenterbooleanWhether the warehouse is an RMA center
unitSystemstringUnit system used (e.g., "METRIC")
endOfDayTimestringEnd of day cutoff time
timezonestringTimezone of the warehouse
wmsDisabledbooleanWhether WMS is disabled for this warehouse

Organization Object

FieldTypeDescription
idstringUnique identifier of the organization
namestringName of the organization
configobjectConfiguration settings for the organization
createdAtstringCreation timestamp (ISO 8601 format)
updatedAtstringLast update timestamp (ISO 8601 format)

Fulfillment Item Object

FieldTypeDescription
productProduct ObjectDetails about the product
channelFulfillmentItemIdstringExternal channel's item identifier
quantityintegerQuantity of the item
metaobjectAdditional metadata associated with the item

Product Object

FieldTypeDescription
idstringUnique identifier of the product
organizationobjectOrganization that owns the product
recordTypestringType of product record
skustringStock keeping unit
brandobjectBrand information
gtinstringGlobal Trade Item Number
namestringProduct name
remarksstringAdditional remarks about the product
imageMainstringURL of the main product image
packageLengthMmnumberPackage length in millimeters
packageWidthMmnumberPackage width in millimeters
packageHeightMmnumberPackage height in millimeters
shippingWeightKgnumberShipping weight in kilograms
caseUnitstringUnit of measurement for cases
casePackintegerNumber of items per case
caseLengthMmnumberCase length in millimeters
caseWidthMmnumberCase width in millimeters
caseHeightMmnumberCase height in millimeters
caseWeightKgnumberCase weight in kilograms
conditionstringProduct condition (e.g., "NEW", "REFURBISHED")
serialNumberRequiredbooleanWhether serial number is required
expiryDateRequiredbooleanWhether expiry date is required
hsCodestringHarmonized System code

Response Example

json
{
  "id": "9b49cebd-8252-44e2-ae91-f87d9e21e972",
  "status": "CREATED",
  "address": {
    "type": "UNSPECIFIED",
    "name": "test",
    "company": "test company",
    "address1": "test address",
    "address2": "test address2",
    "address3": "",
    "city": "test city",
    "state": "test",
    "postalCode": "123456",
    "countryId": "CN",
    "phone": "123456",
    "email": ""
  },
  "channelFulfillmentId": null,
  "meta": {},
  "warehouse": {
    "id": "0b6eaafa-565f-4989-b3d5-98e871f9ec25",
    "organization": {
      "id": "e4affb47-1971-42bb-97a3-215d9bddd0ac",
      "name": "Sellersoft",
      "config": {
        "wmsDisabled": false,
        "s3Type": "DEFAULT"
      },
      "createdAt": "2024-03-05T22:16:05.692314Z",
      "updatedAt": "2024-04-09T21:15:15.615765Z"
    },
    "name": "Markham Warehouse",
    "address": {
      "type": "UNSPECIFIED",
      "name": "Fabian Bai",
      "company": "Ventmere",
      "address1": "145 idema road",
      "address2": "",
      "address3": "",
      "city": "Markham",
      "state": "ON",
      "postalCode": "L3R 1A9",
      "countryId": "CA",
      "phone": "",
      "email": ""
    },
    "dropshipper": true,
    "fulfillmentCenter": true,
    "rmaCenter": true,
    "unitSystem": "METRIC",
    "createdAt": "2024-03-05T22:16:48.618677Z",
    "updatedAt": "2024-03-05T22:16:48.618677Z",
    "endOfDayTime": null,
    "timezone": null,
    "wmsDisabled": false
  },
  "warehousePickId": "621c51d2-7f20-4cfd-98d5-217503bc19da",
  "warehousePickStatus": "PENDING",
  "shippingMethod": "Standard",
  "signatureRequired": null,
  "items": [
    {
      "product": {
        "id": "1cf9a1b4-8358-4f94-890a-4a96a6d58167",
        "organization": {
          "id": "1651b1eb-6bc0-48d1-a581-2c972269070e",
          "name": "Healthcare Cargo, LLC",
          "config": {
            "wmsDisabled": false,
            "s3Type": "DEFAULT"
          },
          "createdAt": "2025-01-15T08:33:51.451698Z",
          "updatedAt": "2025-01-15T08:33:51.451698Z"
        },
        "recordType": "REGULAR",
        "sku": "NW-EKT20-SW",
        "brand": {
          "id": "e0cbbf33-cbea-4867-9fd9-5d72f22c2321",
          "name": "Sony",
          "nameNormalized": "sony",
          "createdAt": "2024-06-04T03:16:22.617577Z"
        },
        "gtin": "9038662051697",
        "name": "Intelligent Wooden Bench",
        "remarks": "Necessitatibus in et in ad.",
        "imageMain": "https://picsum.photos/1920/1200",
        "packageLengthMm": 60.34318,
        "packageWidthMm": 32.498272,
        "packageHeightMm": 25.595871,
        "shippingWeightKg": 9.647605,
        "caseUnit": "EACH",
        "casePack": 6,
        "caseLengthMm": 11.025475,
        "caseWidthMm": 69.1011,
        "caseHeightMm": 73.9792,
        "caseWeightKg": 0.09474665,
        "condition": "REFURBISHED",
        "serialNumberRequired": false,
        "expiryDateRequired": false,
        "createdAt": "2025-01-15T08:43:37.033187Z",
        "updatedAt": "2025-01-15T08:43:37.033187Z",
        "otherIds": [],
        "hsCode": null
      },
      "channelFulfillmentItemId": null,
      "quantity": 2,
      "meta": {}
    }
  ],
  "notes": [],
  "createdAt": "2025-01-17T08:51:11.896416Z",
  "updatedAt": "2025-01-17T08:51:11.896416Z",
  "attachments": [],
  "shipments": [],
  "shippingQuotes": [],
  "orderOrganization": {
    "id": "1651b1eb-6bc0-48d1-a581-2c972269070e",
    "name": "Healthcare Cargo, LLC",
    "config": {
      "wmsDisabled": false,
      "s3Type": "DEFAULT"
    },
    "createdAt": "2025-01-15T08:33:51.451698Z",
    "updatedAt": "2025-01-15T08:33:51.451698Z"
  },
  "shipByDate": null,
  "deliverByDate": null,
  "customerNote": null,
  "referenceIds": ["test_osdfsdfsdfrder_id2"],
  "orderId": "ea864fe3-bddd-458f-8674-dcf804208fb2",
  "rmaId": null,
  "orderDate": "2024-04-24T06:00:33.889Z",
  "orderAccountId": "66a44482-af94-4bde-9b0f-d2d33abd2506",
  "orderChannelOrderId": "test_osdfsdfsdfrder_id2",
  "orderType": "B2C",
  "method": "SPD"
}