Query (v1)

Download OpenAPI description
Languages
Servers

https://norcecommerce.api-se.norce.tech/commerce/query/3.0/

Schemas

Warehouse

idinteger(int32)

The unique identifier of the warehouse.

defaultNamestring[ 0 .. 50 ] charactersrequired

The default name of the warehouse.

isActiveboolean

Indicates whether the warehouse is active.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

clientProductSkuOnHandArray of objects or null(ClientProductSkuOnHand)
clientWarehouseArray of objects or null(ClientWarehouse)
clientWarehouseLocationArray of objects or null(ClientWarehouseLocation)
supplierProductSkuOnHandArray of objects or null(SupplierProductSkuOnHand)
{ "id": 0, "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientProductSkuOnHand": [ {} ], "clientWarehouse": [ {} ], "clientWarehouseLocation": [ {} ], "supplierProductSkuOnHand": [ {} ] }

ClientWarehouse

clientIdinteger(int32)

The client identifier.

warehouseIdinteger(int32)

The warehouse identifier.

typeIdinteger(int32)

The type identifier, Warehouse (1), Store (2), Transport (3), Other (4).

codestring or null[ 0 .. 50 ] characters

The code of the client warehouse.

namestring or null[ 0 .. 50 ] characters

The name of the client warehouse.

isStandardboolean

Indicates whether the client warehouse is standard, only one standard warehouse is allowed per client.

standardLeadTimeDayCountinteger or null(int32)

The standard lead time day count, used for calculating the expected delivery time.

freightCostnumber or null(decimal)

The freight cost, not used anymore.

costBlockinteger or null(int32)

The cost block, not used anymore.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

locationsArray of objects or null(ClientWarehouseLocation)
warehouse(Warehouse (object or null))
One of:
{ "clientId": 0, "warehouseId": 0, "typeId": 0, "code": "string", "name": "string", "isStandard": true, "standardLeadTimeDayCount": 0, "freightCost": 0, "costBlock": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "locations": [ {} ], "warehouse": { "id": 0, "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientProductSkuOnHand": [], "clientWarehouse": [], "clientWarehouseLocation": [], "supplierProductSkuOnHand": [] } }

ClientWarehouseLocation

clientIdinteger(int32)

The client identifier.

warehouseIdinteger(int32)

The warehouse identifier.

locationIdinteger(int32)

The location identifier.

codestring or null[ 0 .. 50 ] characters

The code of the client warehouse location.

namestring or null[ 0 .. 50 ] characters

The name of the client warehouse location.

isStandardboolean

Indicates whether the client warehouse location is standard, only one standard location is allowed per warehouse.

isIncludedInStockCalculationboolean

Indicates whether the client warehouse location is included in stock calculation.

standardLeadTimeDayCountinteger or null(int32)

The standard lead time day count, used for calculating the expected delivery time.

freightCostnumber or null(decimal)

The freight cost, not used anymore.

upToDateTypeIdinteger(int32)

The up to date type identifier, not used anymore.

costBlockinteger or null(int32)

The cost block, not used anymore.

valueBtstring or null[ 0 .. 100 ] characters

The value bt, not used anymore.

primaryPriceListIdinteger or null(int32)

The primary price list identifier, used internally for referencing back to the price list of choice from the warehouselocation perspective, not relevant anymore.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

supportsReservationboolean

Indicates whether supports reservation is enabled, not currently in use.

supportsStockQueryboolean

Indicates whether supports stock query is enabled, not currently in use.

clientWarehouse(ClientWarehouse (object or null))
One of:
location(WarehouseLocation (object or null))
One of:
warehouse(Warehouse (object or null))
One of:
{ "clientId": 0, "warehouseId": 0, "locationId": 0, "code": "string", "name": "string", "isStandard": true, "isIncludedInStockCalculation": true, "standardLeadTimeDayCount": 0, "freightCost": 0, "upToDateTypeId": 0, "costBlock": 0, "valueBt": "string", "primaryPriceListId": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "supportsReservation": true, "supportsStockQuery": true, "clientWarehouse": { "clientId": 0, "warehouseId": 0, "typeId": 0, "code": "string", "name": "string", "isStandard": true, "standardLeadTimeDayCount": 0, "freightCost": 0, "costBlock": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "locations": [], "warehouse": {} }, "location": { "id": 0, "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientWarehouseLocation": [], "supplierProductSkuOnHand": [] }, "warehouse": { "id": 0, "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientProductSkuOnHand": [], "clientWarehouse": [], "clientWarehouseLocation": [], "supplierProductSkuOnHand": [] } }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations