Product Master Data Api (1.0)
https://www.developers.traceone.com/
https://www.developers.traceone.com/api/tradeitems
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://www.developers.traceone.com/api/tradeitems?OwnerCompanyId=497f6eca-6276-4993-bfeb-53cbbbba6f08&BrandId=string&CategoryId=string&CategoryItemId=string>IN=string&NetContentValue=string&NetContentUnit=string&ItemName=string&ProductRange=string&FunctionalName=string&Variant=string&PackagingFormat=string&IsTradeItemVariableUnit=string&IsTradeItemBaseUnit=string&IsTradeItemSeasonal=string&SeasonalAvailabilityStartDate=string&SeasonalAvailabilityEndDate=string&ProductTypeId=string&DietTypeCodeId=string&TradeItemStatus=string&Skip=string&Take=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "tradeItems": [ { … } ], "skipAndTakeQueryStats": { "totalCount": 0, "currentCount": 0 } }
- application/json-patch+json
- application/json
- application/*+json
[Obsolete] This attribute is deprecated. Please use ProductCategories attribute instead.
[Obsolete] This attribute is deprecated. Please use ProductCategories attribute instead.
[Obsolete] This attribute is deprecated. Please use NetContents attribute instead.
[Obsolete] This attribute is deprecated. Please use NetContents attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
UserId of the Creator. This attribute can be used only for Internal Service requests
Allowed only g (gram), kg (kilogram) and mg (milligram), cg (centigram), dg (decigram), mcg (microgram), ton
https://www.developers.traceone.com/api/tradeItem
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://www.developers.traceone.com/api/tradeItem \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"tradeItemName": "string",
"ownerCompanyId": "10e96248-c873-4e93-b748-bc36e39510eb",
"tradeItemId": "string",
"gtin": "string",
"brandId": "string",
"categoryListId": "string",
"categoryItemId": "string",
"netContentValue": "string",
"netContentUnit": "string",
"packagingFormat": "string",
"productTypeId": "string",
"tradeItemStatusId": "string",
"ean7Weight": "string",
"ean7Price": "string",
"retailerIdentifiers": [
"string"
],
"retailerProductManager": "string",
"retailerPackagingManager": "string",
"retailerQualityManager": "string",
"productRange": "string",
"functionalName": "string",
"variant": "string",
"isTradeItemVariableUnit": "string",
"isTradeItemBaseUnit": "string",
"isTradeItemSeasonal": "string",
"seasonalAvailabilityStartDate": "string",
"seasonalAvailabilityEndDate": "string",
"dietTypeCodeId": "string",
"netContents": [
{
"value": "string",
"unitOfMeasure": "string"
}
],
"packagingNetContentDescription": "string",
"manufacturingPeriod": "string",
"comments": [
{
"value": "string",
"authorId": "string",
"commentDate": "string"
}
],
"retailerCustomizedAttributes": [
{
"retailerLabel": "string",
"retailerCode": "string"
}
],
"isConsumerUnit": "string",
"productCategories": [
{
"categoryId": "337f5e5d-288b-40d5-be14-901cc3acacc0",
"categoryItemId": "9dc235b8-97fe-4787-a18a-815fdf4bdcf7"
}
],
"multipack": "string",
"productLanguage": "string",
"contacts": [
{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"responsibilityId": "50587ee7-cd41-4bdd-be00-1a99378d5d94"
}
],
"customProductTypeId": "string",
"createdBy": "string",
"harmonizedCode": "string",
"drainedNetWeight": {
"value": 0.1,
"unitOfMeasure": "dcedd711-dfe3-4b26-9246-543e8fb07861"
},
"variableWeight": {
"minimumValue": 0.1,
"maximumValue": 0.1,
"unitOfMeasure": "dcedd711-dfe3-4b26-9246-543e8fb07861"
}
}'
{ "tradeItemId": "ca25da54-cf50-4957-b1f6-2a6f444fe8a3" }
https://www.developers.traceone.com/api/tradeitems/enable/collections
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://www.developers.traceone.com/api/tradeitems/enable/collections \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"idCollection": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'
https://www.developers.traceone.com/api/tradeitems/{id}/enable
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://www.developers.traceone.com/api/tradeitems/{id}/enable' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "tradeItemId": "ca25da54-cf50-4957-b1f6-2a6f444fe8a3" }
[Obsolete] This attribute is deprecated. Please use ProductCategories attribute instead.
[Obsolete] This attribute is deprecated. Please use ProductCategories attribute instead.
[Obsolete] This attribute is deprecated. Please use NetContents attribute instead.
[Obsolete] This attribute is deprecated. Please use NetContents attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
https://www.developers.traceone.com/api/tradeItems/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://www.developers.traceone.com/api/tradeItems/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"tradeItemName": "string",
"gtin": "string",
"brandId": "string",
"categoryListId": "string",
"categoryItemId": "string",
"netContentValue": "string",
"netContentUnit": "string",
"packagingFormat": "string",
"productTypeId": "string",
"tradeItemStatusId": "string",
"ean7Weight": "string",
"ean7Price": "string",
"retailerIdentifiers": [
"string"
],
"retailerProductManager": "string",
"retailerPackagingManager": "string",
"retailerQualityManager": "string",
"productRange": "string",
"functionalName": "string",
"variant": "string",
"isTradeItemVariableUnit": "string",
"isTradeItemBaseUnit": "string",
"isTradeItemSeasonal": "string",
"seasonalAvailabilityStartDate": "string",
"seasonalAvailabilityEndDate": "string",
"dietTypeCodeId": "string",
"netContents": [
{
"value": "string",
"unitOfMeasure": "string"
}
],
"packagingNetContentDescription": "string",
"manufacturingPeriod": "string",
"retailerCustomizedAttributes": [
{
"retailerLabel": "string",
"retailerCode": "string"
}
],
"isConsumerUnit": "string",
"comments": [
{
"id": "string",
"value": "string",
"authorId": "string",
"commentDate": "string"
}
],
"productCategories": [
{
"categoryId": "337f5e5d-288b-40d5-be14-901cc3acacc0",
"categoryItemId": "9dc235b8-97fe-4787-a18a-815fdf4bdcf7"
}
],
"contacts": [
{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"responsibilityId": "50587ee7-cd41-4bdd-be00-1a99378d5d94"
}
],
"customProductTypeId": "string",
"drainedNetWeight": {
"value": 0.1,
"unitOfMeasure": "dcedd711-dfe3-4b26-9246-543e8fb07861"
},
"variableWeight": {
"minimumValue": 0.1,
"maximumValue": 0.1,
"unitOfMeasure": "dcedd711-dfe3-4b26-9246-543e8fb07861"
}
}'
{ "tradeItemId": "ca25da54-cf50-4957-b1f6-2a6f444fe8a3" }
- application/json-patch+json
- application/json
- application/*+json
[Obsolete] This attribute is deprecated. Please use ProductCategories attribute instead.
[Obsolete] This attribute is deprecated. Please use ProductCategories attribute instead.
[Obsolete] This attribute is deprecated. Please use NetContents attribute instead.
[Obsolete] This attribute is deprecated. Please use NetContents attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
[Obsolete] This attribute is deprecated. Please use Contacts attribute instead.
Allowed only g (gram), kg (kilogram) and mg (milligram), cg (centigram), dg (decigram), mcg (microgram), ton
https://www.developers.traceone.com/api/tradeItems/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://www.developers.traceone.com/api/tradeItems/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"tradeItemName": "string",
"gtin": "string",
"brandId": "string",
"categoryListId": "string",
"categoryItemId": "string",
"netContentValue": "string",
"netContentUnit": "string",
"packagingFormat": "string",
"productTypeId": "string",
"tradeItemStatusId": "string",
"ean7Weight": "string",
"ean7Price": "string",
"retailerIdentifiers": [
"string"
],
"retailerProductManager": "string",
"retailerPackagingManager": "string",
"retailerQualityManager": "string",
"productRange": "string",
"functionalName": "string",
"variant": "string",
"isTradeItemVariableUnit": "string",
"isTradeItemBaseUnit": "string",
"isTradeItemSeasonal": "string",
"seasonalAvailabilityStartDate": "string",
"seasonalAvailabilityEndDate": "string",
"dietTypeCodeId": "string",
"netContents": [
{
"value": "string",
"unitOfMeasure": "string"
}
],
"packagingNetContentDescription": "string",
"manufacturingPeriod": "string",
"retailerCustomizedAttributes": [
{
"retailerLabel": "string",
"retailerCode": "string"
}
],
"isConsumerUnit": "string",
"comments": [
{
"id": "string",
"value": "string",
"authorId": "string",
"commentDate": "string"
}
],
"productCategories": [
{
"categoryId": "337f5e5d-288b-40d5-be14-901cc3acacc0",
"categoryItemId": "9dc235b8-97fe-4787-a18a-815fdf4bdcf7"
}
],
"contacts": [
{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"responsibilityId": "50587ee7-cd41-4bdd-be00-1a99378d5d94"
}
],
"customProductTypeId": "string",
"harmonizedCode": "string",
"drainedNetWeight": {
"value": 0.1,
"unitOfMeasure": "dcedd711-dfe3-4b26-9246-543e8fb07861"
},
"variableWeight": {
"minimumValue": 0.1,
"maximumValue": 0.1,
"unitOfMeasure": "dcedd711-dfe3-4b26-9246-543e8fb07861"
}
}'
{ "tradeItemId": "ca25da54-cf50-4957-b1f6-2a6f444fe8a3" }