Manufacturer id
MANAGEMENT API (BETA)
/- List active manufacturers
Get manufacturer
Update manufacturer
Insert manufacturer
List deleted manufacturers
List active manufacturers
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/{id}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/{id}'
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": [ { … } ] }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/{id}
- cURL
- JS
- C#
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
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer
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": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer
- cURL
- JS
- C#
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
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/deleted
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/manufacturer/deleted
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": [ … ] } ]