Skip to content

Get Assignable Warehouse List API

Endpoint

GET /assignable-warehouse-list

Headers

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

Response Example

json
[
  {
    "id": "9cae310d-c440-4d78-bdc0-bf306ec33888",
    "organization": {
      "id": "e8b021f4-9ab3-4fc2-af71-f35930759888",
      "name": "test organization.",
      "createdAt": "2024-04-01T14:09:14.732646Z",
      "updatedAt": "2024-04-09T21:15:15.615765Z"
    },
    "name": "test warehouse",
    "address": {
      "name": "GDI",
      "company": "",
      "address1": "test warehouse Rd Unit 3",
      "address2": "",
      "city": "Oakville",
      "state": "ON",
      "postalCode": "L6L 2X8",
      "countryId": "CA",
      "phone": "",
      "email": ""
    },
    "dropshipper": true,
    "fulfillmentCenter": true,
    "rmaCenter": true,
    "unitSystem": "METRIC",
    "createdAt": "2024-04-01T14:18:10.903581Z",
    "updatedAt": "2024-04-01T14:18:10.903581Z"
  },
  {
    "id": "0b6eaafa-565f-4989-b3d5-98e871f9e888",
    "organization": {
      "id": "e4affb47-1971-42bb-97a3-215d9bddd888",
      "name": "test organization.",
      "createdAt": "2024-03-05T22:16:05.692314Z",
      "updatedAt": "2024-04-09T21:15:15.615765Z"
    },
    "name": "Test Warehouse",
    "address": {
      "name": "Test",
      "company": "Ventmere",
      "address1": "145 test road",
      "address2": "",
      "city": "Markham",
      "state": "ON",
      "postalCode": "L3R 8A8",
      "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"
  }
]