Skip to content

Documentation ProductService (1.1)

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/product/1.1/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

List warehouse information types

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListWarehouseInfo

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id for the warehouse.

Typeinteger(int32)

The Type internal id for the warehouse. 1 for the standard warehouse, 2 if it is for a store.

Codestring

The external Code for the warehouse. MaxLength: 50.

Namestring

The Name for the warehouse. MaxLength: 50.

IsStandardboolean

Indicates if the warehouse is standard or not. Obsolete! - Not used any more.

LocationsArray of objects(WarehouseInfoLocation)(WarehouseInfoLocation)

LocationInfos for the warehouse.

]
Response
[ { "Id": 0, "Type": 0, "Code": "string", "Name": "string", "IsStandard": true, "Locations": [] } ]