Skip to content
Download OpenAPI description
Languages
Servers

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

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

Request

Path
idinteger(int32)required

Manufacturer id

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

Responses

OK

Body
Idinteger(int32)
Keystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
Namestring
Codestring
OrganizationNostring
UniqueUrlNamestring
IsUniqueUrlNameManuallyMaintainedboolean
Prefixstring
Websitestring
LogoKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
LogoUrlstring
SupportUrlstring
DefaultSupportUrlstring
IsSupportUrlInheritedboolean
SupportEmailAddressstring
DefaultSupportEmailAddressstring
IsSupportEmailAddressInheritedboolean
SupportPhoneNumberstring
DefaultSupportPhoneNumberstring
IsSupportPhoneNumberInheritedboolean
SupportAvailableHoursstring
DefaultSupportAvailableHoursstring
IsSupportAvailableHoursInheritedboolean
SupportPolicystring
DefaultSupportPolicystring
IsSupportPolicyInheritedboolean
SupportDescriptionstring
DefaultSupportDescriptionstring
IsSupportDescriptionInheritedboolean
IsActiveboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(ManufacturerCultureModel)
Response
{ "Id": 0, "Key": "00000000-0000-0000-0000-000000000000", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "00000000-0000-0000-0000-000000000000", "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": [ {} ] }

Request

Path
idinteger(int32)required

Manufacturer id

Bodyrequired

Manufacturer

Idinteger(int32)
Keystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
Namestring
Codestring
OrganizationNostring
UniqueUrlNamestring
IsUniqueUrlNameManuallyMaintainedboolean
Prefixstring
Websitestring
LogoKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
LogoUrlstring
SupportUrlstring
DefaultSupportUrlstring
IsSupportUrlInheritedboolean
SupportEmailAddressstring
DefaultSupportEmailAddressstring
IsSupportEmailAddressInheritedboolean
SupportPhoneNumberstring
DefaultSupportPhoneNumberstring
IsSupportPhoneNumberInheritedboolean
SupportAvailableHoursstring
DefaultSupportAvailableHoursstring
IsSupportAvailableHoursInheritedboolean
SupportPolicystring
DefaultSupportPolicystring
IsSupportPolicyInheritedboolean
SupportDescriptionstring
DefaultSupportDescriptionstring
IsSupportDescriptionInheritedboolean
IsActiveboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(ManufacturerCultureModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Key": "00000000-0000-0000-0000-000000000000",
    "Name": "string",
    "Code": "string",
    "OrganizationNo": "string",
    "UniqueUrlName": "string",
    "IsUniqueUrlNameManuallyMaintained": true,
    "Prefix": "string",
    "Website": "string",
    "LogoKey": "00000000-0000-0000-0000-000000000000",
    "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

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer

Responses

OK

BodyArray [
Idinteger(int32)
Keystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
Namestring
Codestring
OrganizationNostring
UniqueUrlNamestring
IsUniqueUrlNameManuallyMaintainedboolean
Prefixstring
Websitestring
LogoKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
LogoUrlstring
SupportUrlstring
DefaultSupportUrlstring
IsSupportUrlInheritedboolean
SupportEmailAddressstring
DefaultSupportEmailAddressstring
IsSupportEmailAddressInheritedboolean
SupportPhoneNumberstring
DefaultSupportPhoneNumberstring
IsSupportPhoneNumberInheritedboolean
SupportAvailableHoursstring
DefaultSupportAvailableHoursstring
IsSupportAvailableHoursInheritedboolean
SupportPolicystring
DefaultSupportPolicystring
IsSupportPolicyInheritedboolean
SupportDescriptionstring
DefaultSupportDescriptionstring
IsSupportDescriptionInheritedboolean
IsActiveboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(ManufacturerCultureModel)
]
Response
[ { "Id": 0, "Key": "00000000-0000-0000-0000-000000000000", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "00000000-0000-0000-0000-000000000000", "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": [] } ]

Request

Bodyrequired

Manufacturer

Idinteger(int32)
Keystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
Namestring
Codestring
OrganizationNostring
UniqueUrlNamestring
IsUniqueUrlNameManuallyMaintainedboolean
Prefixstring
Websitestring
LogoKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
LogoUrlstring
SupportUrlstring
DefaultSupportUrlstring
IsSupportUrlInheritedboolean
SupportEmailAddressstring
DefaultSupportEmailAddressstring
IsSupportEmailAddressInheritedboolean
SupportPhoneNumberstring
DefaultSupportPhoneNumberstring
IsSupportPhoneNumberInheritedboolean
SupportAvailableHoursstring
DefaultSupportAvailableHoursstring
IsSupportAvailableHoursInheritedboolean
SupportPolicystring
DefaultSupportPolicystring
IsSupportPolicyInheritedboolean
SupportDescriptionstring
DefaultSupportDescriptionstring
IsSupportDescriptionInheritedboolean
IsActiveboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(ManufacturerCultureModel)
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Key": "00000000-0000-0000-0000-000000000000",
    "Name": "string",
    "Code": "string",
    "OrganizationNo": "string",
    "UniqueUrlName": "string",
    "IsUniqueUrlNameManuallyMaintained": true,
    "Prefix": "string",
    "Website": "string",
    "LogoKey": "00000000-0000-0000-0000-000000000000",
    "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

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/deleted

Responses

OK

BodyArray [
Idinteger(int32)
Keystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
Namestring
Codestring
OrganizationNostring
UniqueUrlNamestring
IsUniqueUrlNameManuallyMaintainedboolean
Prefixstring
Websitestring
LogoKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
LogoUrlstring
SupportUrlstring
DefaultSupportUrlstring
IsSupportUrlInheritedboolean
SupportEmailAddressstring
DefaultSupportEmailAddressstring
IsSupportEmailAddressInheritedboolean
SupportPhoneNumberstring
DefaultSupportPhoneNumberstring
IsSupportPhoneNumberInheritedboolean
SupportAvailableHoursstring
DefaultSupportAvailableHoursstring
IsSupportAvailableHoursInheritedboolean
SupportPolicystring
DefaultSupportPolicystring
IsSupportPolicyInheritedboolean
SupportDescriptionstring
DefaultSupportDescriptionstring
IsSupportDescriptionInheritedboolean
IsActiveboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(ManufacturerCultureModel)
]
Response
[ { "Id": 0, "Key": "00000000-0000-0000-0000-000000000000", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "00000000-0000-0000-0000-000000000000", "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": [] } ]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations