Skip to content

Get Order List API

Endpoint

GET /order

Headers

KeyValue
AuthorizationBearer change_to_your_access_token
X-S2-Organization95d73baf-76ba-4bea-86ac-1534c5e5d4aa

Request Parameters (Query String)

KeyValueRequiredDefault
limit100No100
offset0No0
termorder_idNonull

Pagination

For pagination of Order List API and Order List API, you can pass the limit and offset query parameters. The default value for limit is 100 and for offset is 0. The maximum value for limit is 100.

Response Body

FieldTypeDescription
itemsarrayList of orders. See Order Object for details.
totalintegerTotal number of orders matching the query parameters.

Order Object

FieldTypeDescription
idstringUnique identifier for the order
organizationOrganization ObjectInformation about the organization. See Organization Object for details.
accountAccount ObjectInformation about the account. See Account Object for details.
accountSubChannelstringSub-channel information (if any)
channelOrderIdstringOrder identifier in the sales channel
channelOrderIdAltstringAlternative order identifier in the sales channel
channelOrderIdAlt2stringSecond alternative order identifier in the sales channel
channelShippingMethodstringShipping method specified by the channel
shippingAddressAddress ObjectShipping address details. See Address Object for details.
shippingOverrideAddressAddress ObjectOverride shipping address (if any). See Address Object for details.
billingAddressAddress ObjectBilling address details. See Address Object for details.
channelOrderDatestringDate when the order was created in the channel (ISO 8601 format)
statusstringCurrent status of the order (e.g., "UNFULFILLED")
assignStatusstringAssignment status of the order (e.g., "ASSIGNED")
archivedbooleanWhether the order has been archived
currencyIdstringCurrency code for the order (e.g., "EUR")
createdAtstringTimestamp when the order was created (ISO 8601 format)
updatedAtstringTimestamp when the order was last updated (ISO 8601 format)
shipByDatestringDate by which the order should be shipped (ISO 8601 format)
deliverByDatestringDate by which the order should be delivered (ISO 8601 format)
itemsarrayList of items in the order. See Order Item Object for details.

Organization Object

FieldTypeDescription
idstringUnique identifier for the organization
namestringName of the organization
createdAtstringTimestamp when the organization was created (ISO 8601 format)
updatedAtstringTimestamp when the organization was last updated (ISO 8601 format)

Account Object

FieldTypeDescription
idstringUnique identifier for the account
organizationOrganization ObjectInformation about the organization. See Organization Object for details.
namestringName of the account
typestringType of account (e.g., "MARKETPLACE_GENERIC")
autoAssignOrdersToWarehousestringWarehouse ID for automatic order assignment (if enabled)
createdAtstringTimestamp when the account was created (ISO 8601 format)
updatedAtstringTimestamp when the account was last updated (ISO 8601 format)

Address Object

FieldTypeDescription
namestringThe name associated with the address
companystringCompany name
address1stringPrimary street address
address2stringAdditional address information
citystringCity name
statestringState or province
postalCodestringPostal or ZIP code
countryIdstringCountry code in ISO 3166-1 alpha-2 format (e.g., "US")
phonestringContact phone number
emailstringContact email address

Order Item Object

FieldTypeDescription
productProduct ObjectInformation about the product. See Product Object for details
quantityintegerQuantity of the product ordered

Product Object

FieldTypeDescription
idstringUnique identifier for the product
organizationOrganization ObjectOrganization that owns the product
skustringStock keeping unit
brandBrand ObjectBrand information. See Brand Object for details
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 (e.g., "EACH", "CARTON")
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")
serialNumberRequiredbooleanWhether serial number is required
expiryDateRequiredbooleanWhether expiry date is required
unknownbooleanWhether the product is unknown
createdAtstringTimestamp when the product was created (ISO 8601 format)
updatedAtstringTimestamp when the product was last updated (ISO 8601 format)
otherIdsarrayList of other identifiers associated with the product

Brand Object

FieldTypeDescription
idstringUnique identifier for the brand
namestringBrand name
nameNormalizedstringNormalized version of the brand name
createdAtstringTimestamp when the brand was created (ISO 8601 format)

Response Example

json
{
  "items": [
    {
      "id": "2fe75f59-9141-4aa7-a00d-90defe870888",
      "organization": {
        "id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
        "name": "test organization",
        "createdAt": "2024-03-05T22:17:23.520948Z",
        "updatedAt": "2024-04-09T21:15:15.615765Z"
      },
      "account": {
        "id": "1ac48942-405a-4841-a7d8-708f50dbe888",
        "organization": {
          "id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
          "name": "test organization",
          "createdAt": "2024-03-05T22:17:23.520948Z",
          "updatedAt": "2024-04-09T21:15:15.615765Z"
        },
        "name": "test organization",
        "type": "MARKETPLACE_GENERIC",
        "autoAssignOrdersToWarehouse": null,
        "createdAt": "2024-04-11T02:52:03.791286Z",
        "updatedAt": "2024-04-11T02:52:03.791286Z"
      },
      "accountSubChannel": null,
      "channelOrderId": "896-7715607-1523888",
      "channelOrderIdAlt": null,
      "channelOrderIdAlt2": "432745a6-f1be-4e6d-89c5-857617e13888",
      "channelShippingMethod": "Priority",
      "shippingAddress": {
        "name": "Devin test",
        "company": "Haley test",
        "address1": "123 Test St",
        "address2": "",
        "city": "San Francisco",
        "state": "CA",
        "postalCode": "94888",
        "countryId": "US",
        "phone": "(818) 615-8888",
        "email": "test@sellersoft.com"
      },
      "shippingOverrideAddress": null,
      "billingAddress": {
        "name": "Devin test",
        "company": "Haley test",
        "address1": "123 Test St",
        "address2": "",
        "city": "San Francisco",
        "state": "CA",
        "postalCode": "94888",
        "countryId": "US",
        "phone": "(312) 617-8888 8888",
        "email": "test@sellersoft.com"
      },
      "channelOrderDate": "2024-04-22T08:01:47.609Z",
      "status": "UNFULFILLED",
      "assignStatus": "ASSIGNED",
      "archived": false,
      "currencyId": "EUR",
      "createdAt": "2024-04-25T06:21:49.488547Z",
      "updatedAt": "2024-06-03T03:40:41.743844Z",
      "shipByDate": null,
      "deliverByDate": null,
      "items": [
        {
          "product": {
            "id": "440352eb-241a-4cac-834f-e0980ffc8888",
            "organization": {
              "id": "3f424caf-0eba-4813-b3e7-7ca0393af8888",
              "name": "test organization",
              "createdAt": "2024-03-05T22:17:23.520948Z",
              "updatedAt": "2024-04-09T21:15:15.615765Z"
            },
            "sku": "SKU-N-BLUE",
            "brand": {
              "id": "5643b7ee-7df1-48c6-b690-1e29ffa88888",
              "name": "",
              "nameNormalized": "",
              "createdAt": "2024-03-05T22:17:28.679732Z"
            },
            "gtin": "",
            "name": "SKU N Blue",
            "remarks": "",
            "imageMain": "",
            "packageLengthMm": 1500.0,
            "packageWidthMm": 260.0,
            "packageHeightMm": 810.0,
            "shippingWeightKg": 34.0,
            "caseUnit": "CARTON",
            "casePack": 1,
            "caseLengthMm": 0.0,
            "caseWidthMm": 0.0,
            "caseHeightMm": 0.0,
            "caseWeightKg": 0.0,
            "condition": "NEW",
            "serialNumberRequired": false,
            "expiryDateRequired": false,
            "unknown": false,
            "createdAt": "2024-03-05T22:20:44.106742Z",
            "updatedAt": "2024-04-01T14:31:19.875675Z",
            "otherIds": []
          },
          "quantity": 7
        },
        {
          "product": {
            "id": "bab7c35b-2ecb-4b40-be82-8dc1e0a86888",
            "organization": {
              "id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
              "name": "test organization",
              "createdAt": "2024-03-05T22:17:23.520948Z",
              "updatedAt": "2024-04-09T21:15:15.615765Z"
            },
            "sku": "SKU-GREY",
            "brand": {
              "id": "5643b7ee-7df1-48c6-b690-1e29ffa8a888",
              "name": "",
              "nameNormalized": "",
              "createdAt": "2024-03-05T22:17:28.679732Z"
            },
            "gtin": "",
            "name": "SKU GREY",
            "remarks": "",
            "imageMain": "",
            "packageLengthMm": 1500.0,
            "packageWidthMm": 260.0,
            "packageHeightMm": 810.0,
            "shippingWeightKg": 35.0,
            "caseUnit": "CARTON",
            "casePack": 1,
            "caseLengthMm": 0.0,
            "caseWidthMm": 0.0,
            "caseHeightMm": 0.0,
            "caseWeightKg": 0.0,
            "condition": "NEW",
            "serialNumberRequired": false,
            "expiryDateRequired": false,
            "unknown": false,
            "createdAt": "2024-03-05T22:20:44.132006Z",
            "updatedAt": "2024-04-01T14:31:19.885955Z",
            "otherIds": []
          },
          "quantity": 6
        },
        {
          "product": {
            "id": "f4053402-e79b-45c2-8621-377d28060888",
            "organization": {
              "id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
              "name": "test organization",
              "createdAt": "2024-03-05T22:17:23.520948Z",
              "updatedAt": "2024-04-09T21:15:15.615765Z"
            },
            "sku": "SKU-BLACK",
            "brand": {
              "id": "5643b7ee-7df1-48c6-b690-1e29ffa8ab33",
              "name": "",
              "nameNormalized": "",
              "createdAt": "2024-03-05T22:17:28.679732Z"
            },
            "gtin": "888888888",
            "name": "SKU Black",
            "remarks": "",
            "imageMain": "",
            "packageLengthMm": 1470.0,
            "packageWidthMm": 310.0,
            "packageHeightMm": 790.0,
            "shippingWeightKg": 34.0,
            "caseUnit": "EACH",
            "casePack": 0,
            "caseLengthMm": 0.0,
            "caseWidthMm": 0.0,
            "caseHeightMm": 0.0,
            "caseWeightKg": 0.0,
            "condition": "NEW",
            "serialNumberRequired": false,
            "expiryDateRequired": false,
            "unknown": false,
            "createdAt": "2024-03-05T22:20:44.087204Z",
            "updatedAt": "2024-03-05T22:20:44.087204Z",
            "otherIds": []
          },
          "quantity": 13
        }
      ]
    }
  ],
  "total": 1
}