Category id
Category
Find more information
Postman examples
Methods
Category Parametric
Customer Flag
Customer FlagGroup
Customer InfoType
Parametric
Parametric Group
Parametric List
Parametric Multiple
PriceList
PriceList Population
PriceList Pricing
PriceList SupplierPricelist
PriceList Warehouse
Product Family
Product File
Product Flag
Product FlagGroup
Product InfoType
Product Manufacturer
Product RelationType
Product Type
Product VariantGroup
Product Warehouse
Product WarehouseLocation
Promotion
Settings Application
Settings ApplicationCountry
Settings ApplicationCulture
Settings ApplicationCurrency
Settings ApplicationSalesArea
Settings ClientAssortment
Settings ClientCurrency
Settings ClientSalesArea
Shopping InfoType
Store
Store Application
Store PriceList
Store Warehouse
Supplier
Supplier PriceList
Supplier PriceListWarehouse
Supplier Warehouse
Supplier WarehouseLocation
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/category/{id}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{id}'
Response
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "FullName": "string", "DefaultFullName": "string", "IsFullNameInherited": true, "ParentId": 0, "ParentCode": "string", "ParentName": "string", "SortOrder": 0, "IsDisplayOnly": true, "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "Code": "string", "Synonyms": "string", "DefaultSynonyms": "string", "IsSynonymsInherited": true, "UnspcCode": "string", "BusinessArea": "string", "CommodityCode": "string", "IntegrationPartNo": "string", "FreightClassId": 0, "GrossWeight": 0.1, "VatCodeId": 0, "InheritedVatCodeId": 0, "IsVatCodeIdInherited": true, "InheritedVatCodeName": "string", "VatCodeIdInheritedFrom": "string", "VatCodeName": "string", "VatCodeValue": 0.1, "InheritedVatCodeValue": 0.1, "VatCodes": [ { … } ], "UnitOfMeasurementId": 0, "RecommendedSalesQty": 0.1, "IsReturnable": true, "IsDropShipOnly": true, "PopulationRuleId": 0, "TrackingCodeTypeId": 0, "CompetitivePricingMinPercentage": 0.1, "CompetitivePricingTargetPercentage": 0.1, "HideInTopList": true, "StockDisplayBreakPoint": 0, "IsRecommendedQtyFixed": true, "IsRecurringOrderable": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{id}
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{id}' \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"FullName": "string",
"DefaultFullName": "string",
"IsFullNameInherited": true,
"ParentId": 0,
"ParentCode": "string",
"ParentName": "string",
"SortOrder": 0,
"IsDisplayOnly": true,
"ImageKey": "00000000-0000-0000-0000-000000000000",
"ImageUrl": "string",
"Code": "string",
"Synonyms": "string",
"DefaultSynonyms": "string",
"IsSynonymsInherited": true,
"UnspcCode": "string",
"BusinessArea": "string",
"CommodityCode": "string",
"IntegrationPartNo": "string",
"FreightClassId": 0,
"GrossWeight": 0.1,
"VatCodeId": 0,
"InheritedVatCodeId": 0,
"IsVatCodeIdInherited": true,
"InheritedVatCodeName": "string",
"VatCodeIdInheritedFrom": "string",
"VatCodeName": "string",
"VatCodeValue": 0.1,
"InheritedVatCodeValue": 0.1,
"VatCodes": [
{
"SalesAreaId": 0,
"SalesAreaName": "string",
"VatCodeId": 0,
"InheritedVatCodeId": 0,
"IsVatCodeIdInherited": true,
"VatCodeIdInheritedFrom": "string",
"VatCodeName": "string",
"VatCodeValue": 0.1,
"InheritedVatCodeName": "string",
"InheritedVatCodeValue": 0.1
}
],
"UnitOfMeasurementId": 0,
"RecommendedSalesQty": 0.1,
"IsReturnable": true,
"IsDropShipOnly": true,
"PopulationRuleId": 0,
"TrackingCodeTypeId": 0,
"CompetitivePricingMinPercentage": 0.1,
"CompetitivePricingTargetPercentage": 0.1,
"HideInTopList": true,
"StockDisplayBreakPoint": 0,
"IsRecommendedQtyFixed": true,
"IsRecurringOrderable": true,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"Synonyms": "string",
"IsSynonymsInherited": true,
"FullName": "string",
"IsFullNameInherited": true,
"IsTranslated": true
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category
Response
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "FullName": "string", "DefaultFullName": "string", "IsFullNameInherited": true, "ParentId": 0, "ParentCode": "string", "ParentName": "string", "SortOrder": 0, "IsDisplayOnly": true, "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "Code": "string", "Synonyms": "string", "DefaultSynonyms": "string", "IsSynonymsInherited": true, "UnspcCode": "string", "BusinessArea": "string", "CommodityCode": "string", "IntegrationPartNo": "string", "FreightClassId": 0, "GrossWeight": 0.1, "VatCodeId": 0, "InheritedVatCodeId": 0, "IsVatCodeIdInherited": true, "InheritedVatCodeName": "string", "VatCodeIdInheritedFrom": "string", "VatCodeName": "string", "VatCodeValue": 0.1, "InheritedVatCodeValue": 0.1, "VatCodes": [ … ], "UnitOfMeasurementId": 0, "RecommendedSalesQty": 0.1, "IsReturnable": true, "IsDropShipOnly": true, "PopulationRuleId": 0, "TrackingCodeTypeId": 0, "CompetitivePricingMinPercentage": 0.1, "CompetitivePricingTargetPercentage": 0.1, "HideInTopList": true, "StockDisplayBreakPoint": 0, "IsRecommendedQtyFixed": true, "IsRecurringOrderable": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category
- cURL
- JS
- C#
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"FullName": "string",
"DefaultFullName": "string",
"IsFullNameInherited": true,
"ParentId": 0,
"ParentCode": "string",
"ParentName": "string",
"SortOrder": 0,
"IsDisplayOnly": true,
"ImageKey": "00000000-0000-0000-0000-000000000000",
"ImageUrl": "string",
"Code": "string",
"Synonyms": "string",
"DefaultSynonyms": "string",
"IsSynonymsInherited": true,
"UnspcCode": "string",
"BusinessArea": "string",
"CommodityCode": "string",
"IntegrationPartNo": "string",
"FreightClassId": 0,
"GrossWeight": 0.1,
"VatCodeId": 0,
"InheritedVatCodeId": 0,
"IsVatCodeIdInherited": true,
"InheritedVatCodeName": "string",
"VatCodeIdInheritedFrom": "string",
"VatCodeName": "string",
"VatCodeValue": 0.1,
"InheritedVatCodeValue": 0.1,
"VatCodes": [
{
"SalesAreaId": 0,
"SalesAreaName": "string",
"VatCodeId": 0,
"InheritedVatCodeId": 0,
"IsVatCodeIdInherited": true,
"VatCodeIdInheritedFrom": "string",
"VatCodeName": "string",
"VatCodeValue": 0.1,
"InheritedVatCodeName": "string",
"InheritedVatCodeValue": 0.1
}
],
"UnitOfMeasurementId": 0,
"RecommendedSalesQty": 0.1,
"IsReturnable": true,
"IsDropShipOnly": true,
"PopulationRuleId": 0,
"TrackingCodeTypeId": 0,
"CompetitivePricingMinPercentage": 0.1,
"CompetitivePricingTargetPercentage": 0.1,
"HideInTopList": true,
"StockDisplayBreakPoint": 0,
"IsRecommendedQtyFixed": true,
"IsRecurringOrderable": true,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"Synonyms": "string",
"IsSynonymsInherited": true,
"FullName": "string",
"IsFullNameInherited": true,
"IsTranslated": true
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/compact
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/compact
Response
[ { "Id": 0, "Name": "string", "Code": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/deleted
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/deleted
Response
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "FullName": "string", "DefaultFullName": "string", "IsFullNameInherited": true, "ParentId": 0, "ParentCode": "string", "ParentName": "string", "SortOrder": 0, "IsDisplayOnly": true, "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "Code": "string", "Synonyms": "string", "DefaultSynonyms": "string", "IsSynonymsInherited": true, "UnspcCode": "string", "BusinessArea": "string", "CommodityCode": "string", "IntegrationPartNo": "string", "FreightClassId": 0, "GrossWeight": 0.1, "VatCodeId": 0, "InheritedVatCodeId": 0, "IsVatCodeIdInherited": true, "InheritedVatCodeName": "string", "VatCodeIdInheritedFrom": "string", "VatCodeName": "string", "VatCodeValue": 0.1, "InheritedVatCodeValue": 0.1, "VatCodes": [ … ], "UnitOfMeasurementId": 0, "RecommendedSalesQty": 0.1, "IsReturnable": true, "IsDropShipOnly": true, "PopulationRuleId": 0, "TrackingCodeTypeId": 0, "CompetitivePricingMinPercentage": 0.1, "CompetitivePricingTargetPercentage": 0.1, "HideInTopList": true, "StockDisplayBreakPoint": 0, "IsRecommendedQtyFixed": true, "IsRecurringOrderable": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]