The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
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/supplier/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the Supplier
Indicates whether the supplier supports integrated purchasing, deprecated functionality.
Indicates whether the supplier supports manual purchasing, deprecated functionality.
The date and time when the last document was imported from this supplier, obsolete property, see import logs for details.
The email address of the supplier, obsolete property. Used for contact purposes.
Optional address information, The phone number of the supplier
The account number for the supplier, obsolete property. Used for tracking imports.
The supplement charge percentage for chosen supplier orders, obsolete property. Set supplemental charges on client price lists instead.
The penalty charge amount for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set amount in supplier currency.
The penalty charge percentage for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set percentage of purchase cost amount.
The purchase cutoff time or conditions for the supplier, for display purposes.
The currency identifier used by the supplier, used by settings on supplier, like penalty charges.
The communication value for error notifications, deprecated property.
The communication type identifier for error notifications, deprecated property.
Indicates whether chosen supplier functionality is enabled for this supplier
Indicates whether manufacturers is automatically mapped for this supplier. New Manufacturers passed in on the supplier product import, with same code as existing manufacturers in the client catalog, will be automatically mapped.
Indicates whether manufacturers should be automatically created for this supplier. New Manufacturers passed in on the supplier product import, that do not exist in the client catalog, will be automatically created.
{ "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0, "ChosenSupplierPenaltyCharge": 0, "ChosenSupplierPenaltyChargePercentage": 0, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [ { … } ] }
Supplier
Indicates whether the supplier supports integrated purchasing, deprecated functionality.
Indicates whether the supplier supports manual purchasing, deprecated functionality.
The date and time when the last document was imported from this supplier, obsolete property, see import logs for details.
The email address of the supplier, obsolete property. Used for contact purposes.
Optional address information, The phone number of the supplier
The account number for the supplier, obsolete property. Used for tracking imports.
The supplement charge percentage for chosen supplier orders, obsolete property. Set supplemental charges on client price lists instead.
The penalty charge amount for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set amount in supplier currency.
The penalty charge percentage for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set percentage of purchase cost amount.
The purchase cutoff time or conditions for the supplier, for display purposes.
The currency identifier used by the supplier, used by settings on supplier, like penalty charges.
The communication value for error notifications, deprecated property.
The communication type identifier for error notifications, deprecated property.
Indicates whether chosen supplier functionality is enabled for this supplier
Indicates whether manufacturers is automatically mapped for this supplier. New Manufacturers passed in on the supplier product import, with same code as existing manufacturers in the client catalog, will be automatically mapped.
Indicates whether manufacturers should be automatically created for this supplier. New Manufacturers passed in on the supplier product import, that do not exist in the client catalog, will be automatically created.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"CorporationId": 0,
"Name": "string",
"Code": "string",
"CountryId": 0,
"CountryName": "string",
"IsPurchaseIntegrated": true,
"IsPurchaseManual": true,
"IsActive": true,
"Feed": true,
"LastDocumentImported": "2019-08-24T14:15:22Z",
"OrganizationNo": "string",
"CodePrefix": "string",
"CareOf": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"City": "string",
"ZipCode": "string",
"Region": "string",
"Changed": "string",
"ChangedBy": "string",
"EmailAddress": "string",
"PhoneNumber": "string",
"AccountNo": "string",
"Website": "string",
"ChosenSupplierSupplementChargePercentage": 0,
"ChosenSupplierPenaltyCharge": 0,
"ChosenSupplierPenaltyChargePercentage": 0,
"PurchaseCutoff": "string",
"CurrencyId": 0,
"CurrencyCode": "string",
"CurrencyName": "string",
"ErrorCommunicationValue": "string",
"ErrorCommunicationTypeId": 0,
"IsChosenSupplierEnabled": true,
"AutoMapManufacturers": true,
"AutoCreateManufacturers": true,
"Infos": [
{
"Id": 0,
"TypeId": 0,
"Name": "string",
"Value": "string",
"Updated": "2019-08-24T14:15:22Z",
"UpdatedBy": 0
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of active suppliers, if any exists
Indicates whether the supplier supports integrated purchasing, deprecated functionality.
Indicates whether the supplier supports manual purchasing, deprecated functionality.
The date and time when the last document was imported from this supplier, obsolete property, see import logs for details.
The email address of the supplier, obsolete property. Used for contact purposes.
Optional address information, The phone number of the supplier
The account number for the supplier, obsolete property. Used for tracking imports.
The supplement charge percentage for chosen supplier orders, obsolete property. Set supplemental charges on client price lists instead.
The penalty charge amount for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set amount in supplier currency.
The penalty charge percentage for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set percentage of purchase cost amount.
The purchase cutoff time or conditions for the supplier, for display purposes.
The currency identifier used by the supplier, used by settings on supplier, like penalty charges.
The communication value for error notifications, deprecated property.
The communication type identifier for error notifications, deprecated property.
Indicates whether chosen supplier functionality is enabled for this supplier
Indicates whether manufacturers is automatically mapped for this supplier. New Manufacturers passed in on the supplier product import, with same code as existing manufacturers in the client catalog, will be automatically mapped.
Indicates whether manufacturers should be automatically created for this supplier. New Manufacturers passed in on the supplier product import, that do not exist in the client catalog, will be automatically created.
The collection of additional info types for the supplier. Not commonly used, but can be utilized for storing extra metadata on the supplier products, if needed.
[ { "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0, "ChosenSupplierPenaltyCharge": 0, "ChosenSupplierPenaltyChargePercentage": 0, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [ … ] } ]
Supplier
Indicates whether the supplier supports integrated purchasing, deprecated functionality.
Indicates whether the supplier supports manual purchasing, deprecated functionality.
The date and time when the last document was imported from this supplier, obsolete property, see import logs for details.
The email address of the supplier, obsolete property. Used for contact purposes.
Optional address information, The phone number of the supplier
The account number for the supplier, obsolete property. Used for tracking imports.
The supplement charge percentage for chosen supplier orders, obsolete property. Set supplemental charges on client price lists instead.
The penalty charge amount for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set amount in supplier currency.
The penalty charge percentage for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set percentage of purchase cost amount.
The purchase cutoff time or conditions for the supplier, for display purposes.
The currency identifier used by the supplier, used by settings on supplier, like penalty charges.
The communication value for error notifications, deprecated property.
The communication type identifier for error notifications, deprecated property.
Indicates whether chosen supplier functionality is enabled for this supplier
Indicates whether manufacturers is automatically mapped for this supplier. New Manufacturers passed in on the supplier product import, with same code as existing manufacturers in the client catalog, will be automatically mapped.
Indicates whether manufacturers should be automatically created for this supplier. New Manufacturers passed in on the supplier product import, that do not exist in the client catalog, will be automatically created.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"CorporationId": 0,
"Name": "string",
"Code": "string",
"CountryId": 0,
"CountryName": "string",
"IsPurchaseIntegrated": true,
"IsPurchaseManual": true,
"IsActive": true,
"Feed": true,
"LastDocumentImported": "2019-08-24T14:15:22Z",
"OrganizationNo": "string",
"CodePrefix": "string",
"CareOf": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"City": "string",
"ZipCode": "string",
"Region": "string",
"Changed": "string",
"ChangedBy": "string",
"EmailAddress": "string",
"PhoneNumber": "string",
"AccountNo": "string",
"Website": "string",
"ChosenSupplierSupplementChargePercentage": 0,
"ChosenSupplierPenaltyCharge": 0,
"ChosenSupplierPenaltyChargePercentage": 0,
"PurchaseCutoff": "string",
"CurrencyId": 0,
"CurrencyCode": "string",
"CurrencyName": "string",
"ErrorCommunicationValue": "string",
"ErrorCommunicationTypeId": 0,
"IsChosenSupplierEnabled": true,
"AutoMapManufacturers": true,
"AutoCreateManufacturers": true,
"Infos": [
{
"Id": 0,
"TypeId": 0,
"Name": "string",
"Value": "string",
"Updated": "2019-08-24T14:15:22Z",
"UpdatedBy": 0
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted suppliers, if any exists
Indicates whether the supplier supports integrated purchasing, deprecated functionality.
Indicates whether the supplier supports manual purchasing, deprecated functionality.
The date and time when the last document was imported from this supplier, obsolete property, see import logs for details.
The email address of the supplier, obsolete property. Used for contact purposes.
Optional address information, The phone number of the supplier
The account number for the supplier, obsolete property. Used for tracking imports.
The supplement charge percentage for chosen supplier orders, obsolete property. Set supplemental charges on client price lists instead.
The penalty charge amount for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set amount in supplier currency.
The penalty charge percentage for chosen supplier cost comparison, allows to add penalty to chosen supplier selection. Use to give penalty to suppliers with unreliable delivery times or other issues. Set percentage of purchase cost amount.
The purchase cutoff time or conditions for the supplier, for display purposes.
The currency identifier used by the supplier, used by settings on supplier, like penalty charges.
The communication value for error notifications, deprecated property.
The communication type identifier for error notifications, deprecated property.
Indicates whether chosen supplier functionality is enabled for this supplier
Indicates whether manufacturers is automatically mapped for this supplier. New Manufacturers passed in on the supplier product import, with same code as existing manufacturers in the client catalog, will be automatically mapped.
Indicates whether manufacturers should be automatically created for this supplier. New Manufacturers passed in on the supplier product import, that do not exist in the client catalog, will be automatically created.
The collection of additional info types for the supplier. Not commonly used, but can be utilized for storing extra metadata on the supplier products, if needed.
[ { "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0, "ChosenSupplierPenaltyCharge": 0, "ChosenSupplierPenaltyChargePercentage": 0, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [ … ] } ]