Skip to content

Get Product List API

Endpoint

GET /product

Headers

Request Parameters (Query String)

KeyValueRequiredDefault
limit100No100
offset0No0
termproduct_sku or nameNonull

Pagination

For pagination of Product 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 products. See Product Object for details.
totalintegerTotal number of products matching the query parameters.

Product Object

FieldTypeDescription
idstringUnique identifier for the product
organizationOrganization ObjectOrganization that owns the product. See Organization Object for details
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

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)

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": "x4053402-e79b-45c2-8621-377d28060777",
      "organization": {
        "id": "xf424caf-0eba-4813-b3e7-7ca0393af777",
        "name": "test organization",
        "createdAt": "2024-03-05T22:17:23.520948Z",
        "updatedAt": "2024-04-09T21:15:15.615765Z"
      },
      "sku": "sku-BLACK",
      "brand": {
        "id": "x643b7ee-7df1-48c6-b690-1e29ffa8a777",
        "name": "",
        "nameNormalized": "",
        "createdAt": "2024-03-05T22:17:28.679732Z"
      },
      "gtin": "80000000",
      "name": "SKU 01 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": []
    },
    {
      "id": "xx0352eb-241a-4cac-834f-e0980ffca777",
      "organization": {
        "id": "3f424caf-0eba-4813-b3e7-7ca0393af777",
        "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-1e29ffa8a777",
        "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": []
    },
    {
      "id": "bab7c35b-2ecb-4b40-be82-8dc1e0a86171",
      "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-1e29ffa8ab33",
        "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": []
    },
    {
      "id": "4d5ab278-86f3-4237-993b-b16a19367777",
      "organization": {
        "id": "3f424caf-0eba-4813-b3e7-7ca0393af777",
        "name": "test organization",
        "createdAt": "2024-03-05T22:17:23.520948Z",
        "updatedAt": "2024-04-09T21:15:15.615765Z"
      },
      "sku": "SKU-LIGHT-GRAY",
      "brand": {
        "id": "5643b7ee-7df1-48c6-b690-1e29ffa8a777",
        "name": "",
        "nameNormalized": "",
        "createdAt": "2024-03-05T22:17:28.679732Z"
      },
      "gtin": "",
      "name": "SKU LIGHT GRAY",
      "remarks": "",
      "imageMain": "",
      "packageLengthMm": 1520.0,
      "packageWidthMm": 310.0,
      "packageHeightMm": 820.0,
      "shippingWeightKg": 44.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-04-01T14:31:19.830702Z",
      "updatedAt": "2024-04-01T14:31:19.830702Z",
      "otherIds": []
    }
  ],
  "total": 4
}