Management API (v1)

The Norce Management API lets you manage configurations and metadata on a client.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Schemas

Settings ApplicationCountry

Operations

Settings ApplicationCulture

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings Application

Operations

Category

Operations

CategoryParametric

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

Settings ClientSalesArea

Operations

Customer FlagGroup

Operations

Customer Flag

Operations

Customer InfoType

Operations

Product Family

Operations

Product File

Operations

Product Manufacturer

Operations

Get a manufacturer

Request

Get a specific manufacturer by its internal id

Path
idinteger(int32)required

Manufacturer id

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/{id}' \
  -H 'account-id: 0' \
  -H 'application-id: 0'

Responses

Returns the Manufacturer

Bodyapplication/json
Idinteger(int32)

Gets or sets the unique identifier for the manufacturer.

Keystring(guid)

Gets or sets the unique key for the manufacturer.

Namestring or null[ 0 .. 100 ] characters

Gets or sets the name of the manufacturer.

Codestring or null[ 0 .. 50 ] characters

Gets or sets the code of the manufacturer.

OrganizationNostring or null[ 0 .. 50 ] characters

Gets or sets the organization number of the manufacturer.

UniqueUrlNamestring or null

Gets or sets the unique URL name for the manufacturer. Can be used to lookup the manufacturer from landing pages using the API. Can be generated from the name by Norce.

IsUniqueUrlNameManuallyMaintainedboolean

Gets or sets a value indicating whether the unique URL name is manually maintained. If UnuqueUrlName is passed in, this is automatically set to true.

Prefixstring or null[ 0 .. 50 ] characters

Gets or sets the prefix for the manufacturer. Used when generating part numbers. Lookup PartNo generation in the documentation for more info.

Websitestring or null[ 0 .. 255 ] characters

Gets or sets the website URL for the manufacturer. For display purposes only.

LogoKeystring or null(guid)

Gets or sets the logo key for the manufacturer. For display purposes only.

LogoUrlstring or null

Gets or sets the logo URL for the manufacturer. For display purposes only.

SupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the support URL for the manufacturer, language specific. For display purposes only.

DefaultSupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the default support URL for the manufacturer, from default language.

IsSupportUrlInheritedboolean

Gets or sets a value indicating whether the support URL is inherited.

SupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the support email address for the manufacturer language specific. For display purposes only.

DefaultSupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the default support email address for the manufacturer, from default language.

IsSupportEmailAddressInheritedboolean

Gets or sets a value indicating whether the support email address is inherited.

SupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the support phone number for the manufacturer language specific. For display purposes only.

DefaultSupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the default support phone number for the manufacturer, from default language.

IsSupportPhoneNumberInheritedboolean

Gets or sets a value indicating whether the support phone number is inherited.

SupportAvailableHoursstring or null

Gets or sets the support available hours for the manufacturer language specific. For display purposes only.

DefaultSupportAvailableHoursstring or null

Gets or sets the default support available hours for the manufacturer, from default language.

IsSupportAvailableHoursInheritedboolean

Gets or sets a value indicating whether the support available hours is inherited.

SupportPolicystring or null

Gets or sets the support policy for the manufacturer language specific. For display purposes only.

DefaultSupportPolicystring or null

Gets or sets the default support policy for the manufacturer, from default language.

IsSupportPolicyInheritedboolean

Gets or sets a value indicating whether the support policy is inherited.

SupportDescriptionstring or null

Gets or sets the support description for the manufacturer language specific. For display purposes only.

DefaultSupportDescriptionstring or null

Gets or sets the default support description for the manufacturer, from default language.

IsSupportDescriptionInheritedboolean

Gets or sets a value indicating whether the support description is inherited.

IsActiveboolean

Gets or sets a value indicating whether the manufacturer is active.

Changedstring or null(date-time)

Gets or sets the date and time when the manufacturer was last changed.

ChangedBystring or null

Gets or sets the user who last changed the manufacturer.

CulturesArray of objects(ManufacturerCultureModel)

Gets or sets the list of culture-specific manufacturer information.

Response
application/json
{ "Id": 0, "Key": "string", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "string", "LogoUrl": "string", "SupportUrl": "string", "DefaultSupportUrl": "string", "IsSupportUrlInherited": true, "SupportEmailAddress": "string", "DefaultSupportEmailAddress": "string", "IsSupportEmailAddressInherited": true, "SupportPhoneNumber": "string", "DefaultSupportPhoneNumber": "string", "IsSupportPhoneNumberInherited": true, "SupportAvailableHours": "string", "DefaultSupportAvailableHours": "string", "IsSupportAvailableHoursInherited": true, "SupportPolicy": "string", "DefaultSupportPolicy": "string", "IsSupportPolicyInherited": true, "SupportDescription": "string", "DefaultSupportDescription": "string", "IsSupportDescriptionInherited": true, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ {} ] }

Update manufacturer

Request

Update an existing manufacturer

Path
idinteger(int32)required

Manufacturer id

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

Bodyapplication/jsonrequired

Manufacturer to update

Idinteger(int32)

Gets or sets the unique identifier for the manufacturer.

Keystring(guid)

Gets or sets the unique key for the manufacturer.

Namestring or null[ 0 .. 100 ] characters

Gets or sets the name of the manufacturer.

Codestring or null[ 0 .. 50 ] characters

Gets or sets the code of the manufacturer.

OrganizationNostring or null[ 0 .. 50 ] characters

Gets or sets the organization number of the manufacturer.

UniqueUrlNamestring or null

Gets or sets the unique URL name for the manufacturer. Can be used to lookup the manufacturer from landing pages using the API. Can be generated from the name by Norce.

IsUniqueUrlNameManuallyMaintainedboolean

Gets or sets a value indicating whether the unique URL name is manually maintained. If UnuqueUrlName is passed in, this is automatically set to true.

Prefixstring or null[ 0 .. 50 ] characters

Gets or sets the prefix for the manufacturer. Used when generating part numbers. Lookup PartNo generation in the documentation for more info.

Websitestring or null[ 0 .. 255 ] characters

Gets or sets the website URL for the manufacturer. For display purposes only.

LogoKeystring or null(guid)

Gets or sets the logo key for the manufacturer. For display purposes only.

LogoUrlstring or null

Gets or sets the logo URL for the manufacturer. For display purposes only.

SupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the support URL for the manufacturer, language specific. For display purposes only.

DefaultSupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the default support URL for the manufacturer, from default language.

IsSupportUrlInheritedboolean

Gets or sets a value indicating whether the support URL is inherited.

SupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the support email address for the manufacturer language specific. For display purposes only.

DefaultSupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the default support email address for the manufacturer, from default language.

IsSupportEmailAddressInheritedboolean

Gets or sets a value indicating whether the support email address is inherited.

SupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the support phone number for the manufacturer language specific. For display purposes only.

DefaultSupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the default support phone number for the manufacturer, from default language.

IsSupportPhoneNumberInheritedboolean

Gets or sets a value indicating whether the support phone number is inherited.

SupportAvailableHoursstring or null

Gets or sets the support available hours for the manufacturer language specific. For display purposes only.

DefaultSupportAvailableHoursstring or null

Gets or sets the default support available hours for the manufacturer, from default language.

IsSupportAvailableHoursInheritedboolean

Gets or sets a value indicating whether the support available hours is inherited.

SupportPolicystring or null

Gets or sets the support policy for the manufacturer language specific. For display purposes only.

DefaultSupportPolicystring or null

Gets or sets the default support policy for the manufacturer, from default language.

IsSupportPolicyInheritedboolean

Gets or sets a value indicating whether the support policy is inherited.

SupportDescriptionstring or null

Gets or sets the support description for the manufacturer language specific. For display purposes only.

DefaultSupportDescriptionstring or null

Gets or sets the default support description for the manufacturer, from default language.

IsSupportDescriptionInheritedboolean

Gets or sets a value indicating whether the support description is inherited.

IsActiveboolean

Gets or sets a value indicating whether the manufacturer is active.

Changedstring or null(date-time)

Gets or sets the date and time when the manufacturer was last changed.

ChangedBystring or null

Gets or sets the user who last changed the manufacturer.

CulturesArray of objects(ManufacturerCultureModel)

Gets or sets the list of culture-specific manufacturer information.

curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/{id}' \
  -H 'Content-Type: application/json' \
  -H 'account-id: 0' \
  -H 'application-id: 0' \
  -d '{
    "Id": 0,
    "Key": "string",
    "Name": "string",
    "Code": "string",
    "OrganizationNo": "string",
    "UniqueUrlName": "string",
    "IsUniqueUrlNameManuallyMaintained": true,
    "Prefix": "string",
    "Website": "string",
    "LogoKey": "string",
    "LogoUrl": "string",
    "SupportUrl": "string",
    "DefaultSupportUrl": "string",
    "IsSupportUrlInherited": true,
    "SupportEmailAddress": "string",
    "DefaultSupportEmailAddress": "string",
    "IsSupportEmailAddressInherited": true,
    "SupportPhoneNumber": "string",
    "DefaultSupportPhoneNumber": "string",
    "IsSupportPhoneNumberInherited": true,
    "SupportAvailableHours": "string",
    "DefaultSupportAvailableHours": "string",
    "IsSupportAvailableHoursInherited": true,
    "SupportPolicy": "string",
    "DefaultSupportPolicy": "string",
    "IsSupportPolicyInherited": true,
    "SupportDescription": "string",
    "DefaultSupportDescription": "string",
    "IsSupportDescriptionInherited": true,
    "IsActive": true,
    "Changed": "2019-08-24T14:15:22Z",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "SupportUrl": "string",
        "IsSupportUrlInherited": true,
        "SupportEmailAddress": "string",
        "IsSupportEmailAddressInherited": true,
        "SupportPhoneNumber": "string",
        "IsSupportPhoneNumberInherited": true,
        "SupportAvailableHours": "string",
        "IsSupportAvailableHoursInherited": true,
        "SupportPolicy": "string",
        "IsSupportPolicyInherited": true,
        "SupportDescription": "string",
        "IsSupportDescriptionInherited": true,
        "IsTranslated": true
      }
    ]
  }'

Responses

If the manufacturer was successfully updated

Bodyapplication/json
integer(int32)
Response
application/json
0

List active manufacturers

Request

Get a list of all active manufacturers on the client

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer \
  -H 'account-id: 0' \
  -H 'application-id: 0'

Responses

Returns the list of manufacturers, if any exists

Bodyapplication/jsonArray [
Idinteger(int32)

Gets or sets the unique identifier for the manufacturer.

Keystring(guid)

Gets or sets the unique key for the manufacturer.

Namestring or null[ 0 .. 100 ] characters

Gets or sets the name of the manufacturer.

Codestring or null[ 0 .. 50 ] characters

Gets or sets the code of the manufacturer.

OrganizationNostring or null[ 0 .. 50 ] characters

Gets or sets the organization number of the manufacturer.

UniqueUrlNamestring or null

Gets or sets the unique URL name for the manufacturer. Can be used to lookup the manufacturer from landing pages using the API. Can be generated from the name by Norce.

IsUniqueUrlNameManuallyMaintainedboolean

Gets or sets a value indicating whether the unique URL name is manually maintained. If UnuqueUrlName is passed in, this is automatically set to true.

Prefixstring or null[ 0 .. 50 ] characters

Gets or sets the prefix for the manufacturer. Used when generating part numbers. Lookup PartNo generation in the documentation for more info.

Websitestring or null[ 0 .. 255 ] characters

Gets or sets the website URL for the manufacturer. For display purposes only.

LogoKeystring or null(guid)

Gets or sets the logo key for the manufacturer. For display purposes only.

LogoUrlstring or null

Gets or sets the logo URL for the manufacturer. For display purposes only.

SupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the support URL for the manufacturer, language specific. For display purposes only.

DefaultSupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the default support URL for the manufacturer, from default language.

IsSupportUrlInheritedboolean

Gets or sets a value indicating whether the support URL is inherited.

SupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the support email address for the manufacturer language specific. For display purposes only.

DefaultSupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the default support email address for the manufacturer, from default language.

IsSupportEmailAddressInheritedboolean

Gets or sets a value indicating whether the support email address is inherited.

SupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the support phone number for the manufacturer language specific. For display purposes only.

DefaultSupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the default support phone number for the manufacturer, from default language.

IsSupportPhoneNumberInheritedboolean

Gets or sets a value indicating whether the support phone number is inherited.

SupportAvailableHoursstring or null

Gets or sets the support available hours for the manufacturer language specific. For display purposes only.

DefaultSupportAvailableHoursstring or null

Gets or sets the default support available hours for the manufacturer, from default language.

IsSupportAvailableHoursInheritedboolean

Gets or sets a value indicating whether the support available hours is inherited.

SupportPolicystring or null

Gets or sets the support policy for the manufacturer language specific. For display purposes only.

DefaultSupportPolicystring or null

Gets or sets the default support policy for the manufacturer, from default language.

IsSupportPolicyInheritedboolean

Gets or sets a value indicating whether the support policy is inherited.

SupportDescriptionstring or null

Gets or sets the support description for the manufacturer language specific. For display purposes only.

DefaultSupportDescriptionstring or null

Gets or sets the default support description for the manufacturer, from default language.

IsSupportDescriptionInheritedboolean

Gets or sets a value indicating whether the support description is inherited.

IsActiveboolean

Gets or sets a value indicating whether the manufacturer is active.

Changedstring or null(date-time)

Gets or sets the date and time when the manufacturer was last changed.

ChangedBystring or null

Gets or sets the user who last changed the manufacturer.

CulturesArray of objects(ManufacturerCultureModel)

Gets or sets the list of culture-specific manufacturer information.

]
Response
application/json
[ { "Id": 0, "Key": "string", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "string", "LogoUrl": "string", "SupportUrl": "string", "DefaultSupportUrl": "string", "IsSupportUrlInherited": true, "SupportEmailAddress": "string", "DefaultSupportEmailAddress": "string", "IsSupportEmailAddressInherited": true, "SupportPhoneNumber": "string", "DefaultSupportPhoneNumber": "string", "IsSupportPhoneNumberInherited": true, "SupportAvailableHours": "string", "DefaultSupportAvailableHours": "string", "IsSupportAvailableHoursInherited": true, "SupportPolicy": "string", "DefaultSupportPolicy": "string", "IsSupportPolicyInherited": true, "SupportDescription": "string", "DefaultSupportDescription": "string", "IsSupportDescriptionInherited": true, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [] } ]

Add a manufacturer

Request

Add a new manufacturer to the client

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

Bodyapplication/jsonrequired

Manufacturer to add

Idinteger(int32)

Gets or sets the unique identifier for the manufacturer.

Keystring(guid)

Gets or sets the unique key for the manufacturer.

Namestring or null[ 0 .. 100 ] characters

Gets or sets the name of the manufacturer.

Codestring or null[ 0 .. 50 ] characters

Gets or sets the code of the manufacturer.

OrganizationNostring or null[ 0 .. 50 ] characters

Gets or sets the organization number of the manufacturer.

UniqueUrlNamestring or null

Gets or sets the unique URL name for the manufacturer. Can be used to lookup the manufacturer from landing pages using the API. Can be generated from the name by Norce.

IsUniqueUrlNameManuallyMaintainedboolean

Gets or sets a value indicating whether the unique URL name is manually maintained. If UnuqueUrlName is passed in, this is automatically set to true.

Prefixstring or null[ 0 .. 50 ] characters

Gets or sets the prefix for the manufacturer. Used when generating part numbers. Lookup PartNo generation in the documentation for more info.

Websitestring or null[ 0 .. 255 ] characters

Gets or sets the website URL for the manufacturer. For display purposes only.

LogoKeystring or null(guid)

Gets or sets the logo key for the manufacturer. For display purposes only.

LogoUrlstring or null

Gets or sets the logo URL for the manufacturer. For display purposes only.

SupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the support URL for the manufacturer, language specific. For display purposes only.

DefaultSupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the default support URL for the manufacturer, from default language.

IsSupportUrlInheritedboolean

Gets or sets a value indicating whether the support URL is inherited.

SupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the support email address for the manufacturer language specific. For display purposes only.

DefaultSupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the default support email address for the manufacturer, from default language.

IsSupportEmailAddressInheritedboolean

Gets or sets a value indicating whether the support email address is inherited.

SupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the support phone number for the manufacturer language specific. For display purposes only.

DefaultSupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the default support phone number for the manufacturer, from default language.

IsSupportPhoneNumberInheritedboolean

Gets or sets a value indicating whether the support phone number is inherited.

SupportAvailableHoursstring or null

Gets or sets the support available hours for the manufacturer language specific. For display purposes only.

DefaultSupportAvailableHoursstring or null

Gets or sets the default support available hours for the manufacturer, from default language.

IsSupportAvailableHoursInheritedboolean

Gets or sets a value indicating whether the support available hours is inherited.

SupportPolicystring or null

Gets or sets the support policy for the manufacturer language specific. For display purposes only.

DefaultSupportPolicystring or null

Gets or sets the default support policy for the manufacturer, from default language.

IsSupportPolicyInheritedboolean

Gets or sets a value indicating whether the support policy is inherited.

SupportDescriptionstring or null

Gets or sets the support description for the manufacturer language specific. For display purposes only.

DefaultSupportDescriptionstring or null

Gets or sets the default support description for the manufacturer, from default language.

IsSupportDescriptionInheritedboolean

Gets or sets a value indicating whether the support description is inherited.

IsActiveboolean

Gets or sets a value indicating whether the manufacturer is active.

Changedstring or null(date-time)

Gets or sets the date and time when the manufacturer was last changed.

ChangedBystring or null

Gets or sets the user who last changed the manufacturer.

CulturesArray of objects(ManufacturerCultureModel)

Gets or sets the list of culture-specific manufacturer information.

curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer \
  -H 'Content-Type: application/json' \
  -H 'account-id: 0' \
  -H 'application-id: 0' \
  -d '{
    "Id": 0,
    "Key": "string",
    "Name": "string",
    "Code": "string",
    "OrganizationNo": "string",
    "UniqueUrlName": "string",
    "IsUniqueUrlNameManuallyMaintained": true,
    "Prefix": "string",
    "Website": "string",
    "LogoKey": "string",
    "LogoUrl": "string",
    "SupportUrl": "string",
    "DefaultSupportUrl": "string",
    "IsSupportUrlInherited": true,
    "SupportEmailAddress": "string",
    "DefaultSupportEmailAddress": "string",
    "IsSupportEmailAddressInherited": true,
    "SupportPhoneNumber": "string",
    "DefaultSupportPhoneNumber": "string",
    "IsSupportPhoneNumberInherited": true,
    "SupportAvailableHours": "string",
    "DefaultSupportAvailableHours": "string",
    "IsSupportAvailableHoursInherited": true,
    "SupportPolicy": "string",
    "DefaultSupportPolicy": "string",
    "IsSupportPolicyInherited": true,
    "SupportDescription": "string",
    "DefaultSupportDescription": "string",
    "IsSupportDescriptionInherited": true,
    "IsActive": true,
    "Changed": "2019-08-24T14:15:22Z",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "SupportUrl": "string",
        "IsSupportUrlInherited": true,
        "SupportEmailAddress": "string",
        "IsSupportEmailAddressInherited": true,
        "SupportPhoneNumber": "string",
        "IsSupportPhoneNumberInherited": true,
        "SupportAvailableHours": "string",
        "IsSupportAvailableHoursInherited": true,
        "SupportPolicy": "string",
        "IsSupportPolicyInherited": true,
        "SupportDescription": "string",
        "IsSupportDescriptionInherited": true,
        "IsTranslated": true
      }
    ]
  }'

Responses

If the manufacturer was successfully added

Bodyapplication/json
integer(int32)
Response
application/json
0

List deleted manufacturers

Request

Get a list of all deleted manufacturers on the client, update a deleted manufacturer with IsActive = true to activate it again

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/deleted \
  -H 'account-id: 0' \
  -H 'application-id: 0'

Responses

Returns the list of deleted manufacturers, if any exists

Bodyapplication/jsonArray [
Idinteger(int32)

Gets or sets the unique identifier for the manufacturer.

Keystring(guid)

Gets or sets the unique key for the manufacturer.

Namestring or null[ 0 .. 100 ] characters

Gets or sets the name of the manufacturer.

Codestring or null[ 0 .. 50 ] characters

Gets or sets the code of the manufacturer.

OrganizationNostring or null[ 0 .. 50 ] characters

Gets or sets the organization number of the manufacturer.

UniqueUrlNamestring or null

Gets or sets the unique URL name for the manufacturer. Can be used to lookup the manufacturer from landing pages using the API. Can be generated from the name by Norce.

IsUniqueUrlNameManuallyMaintainedboolean

Gets or sets a value indicating whether the unique URL name is manually maintained. If UnuqueUrlName is passed in, this is automatically set to true.

Prefixstring or null[ 0 .. 50 ] characters

Gets or sets the prefix for the manufacturer. Used when generating part numbers. Lookup PartNo generation in the documentation for more info.

Websitestring or null[ 0 .. 255 ] characters

Gets or sets the website URL for the manufacturer. For display purposes only.

LogoKeystring or null(guid)

Gets or sets the logo key for the manufacturer. For display purposes only.

LogoUrlstring or null

Gets or sets the logo URL for the manufacturer. For display purposes only.

SupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the support URL for the manufacturer, language specific. For display purposes only.

DefaultSupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the default support URL for the manufacturer, from default language.

IsSupportUrlInheritedboolean

Gets or sets a value indicating whether the support URL is inherited.

SupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the support email address for the manufacturer language specific. For display purposes only.

DefaultSupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the default support email address for the manufacturer, from default language.

IsSupportEmailAddressInheritedboolean

Gets or sets a value indicating whether the support email address is inherited.

SupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the support phone number for the manufacturer language specific. For display purposes only.

DefaultSupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the default support phone number for the manufacturer, from default language.

IsSupportPhoneNumberInheritedboolean

Gets or sets a value indicating whether the support phone number is inherited.

SupportAvailableHoursstring or null

Gets or sets the support available hours for the manufacturer language specific. For display purposes only.

DefaultSupportAvailableHoursstring or null

Gets or sets the default support available hours for the manufacturer, from default language.

IsSupportAvailableHoursInheritedboolean

Gets or sets a value indicating whether the support available hours is inherited.

SupportPolicystring or null

Gets or sets the support policy for the manufacturer language specific. For display purposes only.

DefaultSupportPolicystring or null

Gets or sets the default support policy for the manufacturer, from default language.

IsSupportPolicyInheritedboolean

Gets or sets a value indicating whether the support policy is inherited.

SupportDescriptionstring or null

Gets or sets the support description for the manufacturer language specific. For display purposes only.

DefaultSupportDescriptionstring or null

Gets or sets the default support description for the manufacturer, from default language.

IsSupportDescriptionInheritedboolean

Gets or sets a value indicating whether the support description is inherited.

IsActiveboolean

Gets or sets a value indicating whether the manufacturer is active.

Changedstring or null(date-time)

Gets or sets the date and time when the manufacturer was last changed.

ChangedBystring or null

Gets or sets the user who last changed the manufacturer.

CulturesArray of objects(ManufacturerCultureModel)

Gets or sets the list of culture-specific manufacturer information.

]
Response
application/json
[ { "Id": 0, "Key": "string", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "string", "LogoUrl": "string", "SupportUrl": "string", "DefaultSupportUrl": "string", "IsSupportUrlInherited": true, "SupportEmailAddress": "string", "DefaultSupportEmailAddress": "string", "IsSupportEmailAddressInherited": true, "SupportPhoneNumber": "string", "DefaultSupportPhoneNumber": "string", "IsSupportPhoneNumberInherited": true, "SupportAvailableHours": "string", "DefaultSupportAvailableHours": "string", "IsSupportAvailableHoursInherited": true, "SupportPolicy": "string", "DefaultSupportPolicy": "string", "IsSupportPolicyInherited": true, "SupportDescription": "string", "DefaultSupportDescription": "string", "IsSupportDescriptionInherited": true, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [] } ]

Parametric Group

Operations

Parametric List

Operations

Parametric Multiple

Operations

Parametric

Operations

PriceList Population

Operations

PriceList Pricing

Operations

PriceList

Operations

PriceList SupplierPriceList

Operations

PriceList Warehouse

Operations

Product FlagGroup

Operations

Product Flag

Operations

Product InfoType

Operations

Product Type

Operations

Promotion

Operations

Product RelationType

Operations

PriceList RoundingRule

Operations

Shopping InfoType

Operations

Store Application

Operations

Store PriceList

Operations

Store

Operations

Store Warehouse

Operations

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations

Product VariantGroup

Operations

Product WarehouseLocation

Operations

Product Warehouse

Operations