Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

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": [] } }

ClientManufacturer

clientIdinteger(int32)

The client identifier.

manufacturerIdinteger(int32)

The manufacturer identifier.

manufacturerCodestring or null[ 0 .. 50 ] characters

The manufacturer code.

namestring or null[ 0 .. 100 ] characters

The name of the client manufacturer.

isActiveboolean

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

uniqueUrlNamestring[ 0 .. 255 ] charactersrequired

The unique url name.

isUniqueUrlNameManuallyMaintainedboolean

Indicates whether the client manufacturer is unique url name manually maintained.

manufacturer(Manufacturer (object or null))
One of:
info(ManufacturerInfo (object or null))
One of:
{ "clientId": 0, "manufacturerId": 0, "manufacturerCode": "string", "name": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "uniqueUrlName": "string", "isUniqueUrlNameManuallyMaintained": true, "manufacturer": { "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": {} }, "info": { "manufacturerId": 0, "clientId": 0, "prefix": "string", "website": "string", "logoPath": "string", "assortmentId": 0, "populationRuleId": 0, "defaultSupportUrl": "string", "defaultSupportEmailAddress": "string", "defaultSupportPhoneNumber": "string", "defaultSupportAvailableHours": "string", "defaultSupportPolicy": "string", "defaultSupportDescription": "string", "defaultInternalSupportUrl": "string", "defaultInternalSupportEmailAddress": "string", "defaultInternalSupportPhoneNumber": "string", "defaultInternalSupportAvailableHours": "string", "defaultInternalSupportPolicy": "string", "defaultInternalSupportDescription": "string", "alias": "string", "defaultTitle": "string", "defaultTags": "string", "defaultMetaTags": "string", "defaultMetaDescription": "string", "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "logoKey": "string", "clientManufacturer": {} } }

ManufacturerInfo

manufacturerIdinteger(int32)

The manufacturer identifier.

clientIdinteger(int32)

The client identifier.

prefixstring or null[ 0 .. 50 ] characters

The prefix, not commonly used.

websitestring or null[ 0 .. 255 ] characters

The website.

logoPathstring or null[ 0 .. 255 ] characters

The logo path.

assortmentIdinteger or null(int32)

The assortment identifier, not used anymore.

populationRuleIdinteger(int32)

The population rule identifier, not used anymore.

defaultSupportUrlstring or null[ 0 .. 255 ] characters

The default support url, not used anymore.

defaultSupportEmailAddressstring or null[ 0 .. 255 ] characters

The default support email address, not used anymore.

defaultSupportPhoneNumberstring or null[ 0 .. 500 ] characters

The default support phone number, not used anymore.

defaultSupportAvailableHoursstring or null

The default support available hours, not used anymore.

defaultSupportPolicystring or null

The default support policy, not used anymore.

defaultSupportDescriptionstring or null

The default support description, not used anymore.

defaultInternalSupportUrlstring or null[ 0 .. 255 ] characters

The default internal support url, not used anymore.

defaultInternalSupportEmailAddressstring or null[ 0 .. 255 ] characters

The default internal support email address, not used anymore.

defaultInternalSupportPhoneNumberstring or null[ 0 .. 500 ] characters

The default internal support phone number, not used anymore.

defaultInternalSupportAvailableHoursstring or null

The default internal support available hours, not used anymore.

defaultInternalSupportPolicystring or null

The default internal support policy, not used anymore.

defaultInternalSupportDescriptionstring or null

The default internal support description, not used anymore.

aliasstring or null[ 0 .. 255 ] characters

The alias.

defaultTitlestring or null[ 0 .. 255 ] characters

The default title, not commonly used.

defaultTagsstring or null

The default tags, not commonly used.

defaultMetaTagsstring or null

The default meta tags, not commonly used.

defaultMetaDescriptionstring or null

The default meta description, not commonly used.

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.

logoKeystring or null(guid)

The logo key.

clientManufacturer(ClientManufacturer (object or null))
One of:
{ "manufacturerId": 0, "clientId": 0, "prefix": "string", "website": "string", "logoPath": "string", "assortmentId": 0, "populationRuleId": 0, "defaultSupportUrl": "string", "defaultSupportEmailAddress": "string", "defaultSupportPhoneNumber": "string", "defaultSupportAvailableHours": "string", "defaultSupportPolicy": "string", "defaultSupportDescription": "string", "defaultInternalSupportUrl": "string", "defaultInternalSupportEmailAddress": "string", "defaultInternalSupportPhoneNumber": "string", "defaultInternalSupportAvailableHours": "string", "defaultInternalSupportPolicy": "string", "defaultInternalSupportDescription": "string", "alias": "string", "defaultTitle": "string", "defaultTags": "string", "defaultMetaTags": "string", "defaultMetaDescription": "string", "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "logoKey": "string", "clientManufacturer": { "clientId": 0, "manufacturerId": 0, "manufacturerCode": "string", "name": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "uniqueUrlName": "string", "isUniqueUrlNameManuallyMaintained": true, "manufacturer": {}, "info": {} } }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations