Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Supplier

idinteger(int32)

The unique identifier of the supplier.

corporationIdinteger(int32)

The corporation identifier.

isActiveboolean

Indicates whether the supplier 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.

keystring(guid)

A unique identifier for the supplier, not commonly used.

secretKeystring(guid)

The secret key. Not used anymore.

clientSupplierArray of objects or null(ClientSupplier)
clientSupplierInfoArray of objects or null(ClientSupplierInfo)
corporation(Corporation (object or null))
One of:
{ "id": 0, "corporationId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "key": "string", "secretKey": "string", "clientSupplier": [ {} ], "clientSupplierInfo": [ {} ], "corporation": { "id": 0, "key": "string", "organizationNo": "string", "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "manufacturer": [], "supplier": [] } }

Corporation

idinteger(int32)

The unique identifier of the corporation.

keystring(guid)

The key.

organizationNostring or null[ 0 .. 50 ] characters

The organization number.

defaultNamestring[ 0 .. 100 ] charactersrequired

The default name of the corporation.

isActiveboolean

Indicates whether the corporation 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.

manufacturerArray of objects or null(Manufacturer)
supplierArray of objects or null(Supplier)
{ "id": 0, "key": "string", "organizationNo": "string", "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "manufacturer": [ {} ], "supplier": [ {} ] }

Manufacturer

idinteger(int32)

The unique identifier of the manufacturer.

corporationIdinteger(int32)

The corporation identifier.

isActiveboolean

Indicates whether the manufacturer 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.

keystring(guid)

The key.

clientManufacturersArray of objects or null(ClientManufacturer)
corporation(Corporation (object or null))
One of:
{ "id": 0, "corporationId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "key": "string", "clientManufacturers": [ {} ], "corporation": { "id": 0, "key": "string", "organizationNo": "string", "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "manufacturer": [], "supplier": [] } }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations