Retrieves available filters for ListProduct
https://customer-slug.api-se.norce.tech/commerce/product/1.1/
Accepts a comma separated string of Category internal ids, retrieved from CategoryItem.
Accepts a comma separated string of Flag internal ids. Lookup references in ListFlags.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Parametric values formatted as ListParameters = L[ParametricId][ListId], MultiParameters = M[ParametricId][MultipleId], ValueParameters = V[ParametricId]_[ValueFrom]-[ValueTo] with asterisk () as separator. Sample: L10_45M20_254M20_145V60_256-1024*V70_1.4-1.9. The logical operation between values is AND.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFilters2
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFilters2?assortmentSeed=string&statusSeed=string'Success
The Name of the filter. Available names are: catf, mfrf, flgf, ohf, prcf and parf. These are a short notation of the actual types. Used in filter specifications as filter name. MaxLength: 50.
The Type of the filter. Available types are: Category, Manufacturer, Flag, OnHand, Price and Parametric. MaxLength: 50.
A list of specific FilterItems for the Filter. The items are the actual values for each type of Filter.
[ { "Name": "string", "Type": "string", "Items": [ … ] } ]
Accepts a comma separated string of Category internal ids, retrieved from CategoryItem.
Accepts a comma separated string of Flag internal ids. Lookup references in ListFlags.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Parametric values formatted as ListParameters = L[ParametricId][ListId], MultiParameters = M[ParametricId][MultipleId], ValueParameters = V[ParametricId]_[ValueFrom]-[ValueTo] with asterisk () as separator. Sample: L10_45M20_254M20_145V60_256-1024*V70_1.4-1.9. The logical operation between values is AND.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Customer internal id. Checks for specific customer bound prices if provided.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByCustomer
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByCustomer?assortmentSeed=string&statusSeed=string'Success
The Name of the filter. Available names are: catf, mfrf, flgf, ohf, prcf and parf. These are a short notation of the actual types. Used in filter specifications as filter name. MaxLength: 50.
The Type of the filter. Available types are: Category, Manufacturer, Flag, OnHand, Price and Parametric. MaxLength: 50.
A list of specific FilterItems for the Filter. The items are the actual values for each type of Filter.
[ { "Name": "string", "Type": "string", "Items": [ … ] } ]
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByIds
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByIds?idSeed=string&statusSeed=string'Success
The Name of the filter. Available names are: catf, mfrf, flgf, ohf, prcf and parf. These are a short notation of the actual types. Used in filter specifications as filter name. MaxLength: 50.
The Type of the filter. Available types are: Category, Manufacturer, Flag, OnHand, Price and Parametric. MaxLength: 50.
A list of specific FilterItems for the Filter. The items are the actual values for each type of Filter.
[ { "Name": "string", "Type": "string", "Items": [ … ] } ]
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByNode2
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByNode2?assortmentSeed=string&nodeKey=string&statusSeed=string'Success
The Name of the filter. Available names are: catf, mfrf, flgf, ohf, prcf and parf. These are a short notation of the actual types. Used in filter specifications as filter name. MaxLength: 50.
The Type of the filter. Available types are: Category, Manufacturer, Flag, OnHand, Price and Parametric. MaxLength: 50.
A list of specific FilterItems for the Filter. The items are the actual values for each type of Filter.
[ { "Name": "string", "Type": "string", "Items": [ … ] } ]
Accepts a comma separated string of Category internal ids, retrieved from CategoryItem.
Accepts a comma separated string of Flag internal ids. Lookup references in ListFlags.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Parametric values formatted as ListParameters = L[ParametricId][ListId], MultiParameters = M[ParametricId][MultipleId], ValueParameters = V[ParametricId]_[ValueFrom]-[ValueTo] with asterisk () as separator. Sample: L10_45M20_254M20_145V60_256-1024*V70_1.4-1.9. The logical operation between values is AND.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByPricelist
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductFiltersByPricelist?assortmentSeed=string&statusSeed=string'Success
The Name of the filter. Available names are: catf, mfrf, flgf, ohf, prcf and parf. These are a short notation of the actual types. Used in filter specifications as filter name. MaxLength: 50.
The Type of the filter. Available types are: Category, Manufacturer, Flag, OnHand, Price and Parametric. MaxLength: 50.
A list of specific FilterItems for the Filter. The items are the actual values for each type of Filter.
[ { "Name": "string", "Type": "string", "Items": [ … ] } ]
Accepts a comma separated string of Category internal ids, retrieved from CategoryItem.
Accepts a comma separated string of Flag internal ids. Lookup references in ListFlags.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Parametric values formatted as ListParameters = L[ParametricId][ListId], MultiParameters = M[ParametricId][MultipleId], ValueParameters = V[ParametricId]_[ValueFrom]-[ValueTo] with asterisk () as separator. Sample: L10_45M20_254M20_145V60_256-1024*V70_1.4-1.9. The logical operation between values is AND.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValues
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValues?assortmentSeed=string&statusSeed=string'Success
A key that can be used to group items on product. It is equal to the ProductId for non-variants and equals 'v'+variantId for variants. Should only be used when fetching product lists as variants. MaxLength: int.
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
ParametricValueSeed contains a comma separated list of id-value pairs separated by colon. Ex: 4711:32,4712:5. Id is the ParametricId and Value is either a ListValueId, MultipleValueId or the actual value depending on the parametric type. Note that parametric values with string or html types are not included here since we cannot know if they contain any of the separators. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
[ { "ProductId": 0, "GroupByKey": "string", "CategoryId": 0, "ManufacturerId": 0, "FlagIdSeed": "string", "Price": 0, "VatRate": 0, "OnHand": { … }, "OnHandStore": { … }, "OnHandSupplier": { … }, "ParametricListSeed": "string", "ParametricMultipleSeed": "string", "ParametricValueSeed": "string" } ]
Accepts a comma separated string of Category internal ids, retrieved from CategoryItem.
Accepts a comma separated string of Flag internal ids. Lookup references in ListFlags.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Parametric values formatted as ListParameters = L[ParametricId][ListId], MultiParameters = M[ParametricId][MultipleId], ValueParameters = V[ParametricId]_[ValueFrom]-[ValueTo] with asterisk () as separator. Sample: L10_45M20_254M20_145V60_256-1024*V70_1.4-1.9. The logical operation between values is AND.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Customer internal id. Checks for specific customer bound prices if provided.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
Specifies if the output should be grouped as products or as variants. Default is false which returns a list of products. Set to true if variants are wanted.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesByCustomer
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesByCustomer?assortmentSeed=string&statusSeed=string'Success
A key that can be used to group items on product. It is equal to the ProductId for non-variants and equals 'v'+variantId for variants. Should only be used when fetching product lists as variants. MaxLength: int.
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
ParametricValueSeed contains a comma separated list of id-value pairs separated by colon. Ex: 4711:32,4712:5. Id is the ParametricId and Value is either a ListValueId, MultipleValueId or the actual value depending on the parametric type. Note that parametric values with string or html types are not included here since we cannot know if they contain any of the separators. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
[ { "ProductId": 0, "GroupByKey": "string", "CategoryId": 0, "ManufacturerId": 0, "FlagIdSeed": "string", "Price": 0, "VatRate": 0, "OnHand": { … }, "OnHandStore": { … }, "OnHandSupplier": { … }, "ParametricListSeed": "string", "ParametricMultipleSeed": "string", "ParametricValueSeed": "string" } ]
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesById
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesById?assortmentSeed=string&productId=0&statusSeed=string'Success
A key that can be used to group items on product. It is equal to the ProductId for non-variants and equals 'v'+variantId for variants. Should only be used when fetching product lists as variants. MaxLength: int.
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
ParametricValueSeed contains a comma separated list of id-value pairs separated by colon. Ex: 4711:32,4712:5. Id is the ParametricId and Value is either a ListValueId, MultipleValueId or the actual value depending on the parametric type. Note that parametric values with string or html types are not included here since we cannot know if they contain any of the separators. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
[ { "ProductId": 0, "GroupByKey": "string", "CategoryId": 0, "ManufacturerId": 0, "FlagIdSeed": "string", "Price": 0, "VatRate": 0, "OnHand": { … }, "OnHandStore": { … }, "OnHandSupplier": { … }, "ParametricListSeed": "string", "ParametricMultipleSeed": "string", "ParametricValueSeed": "string" } ]
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesByIds
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesByIds?assortmentSeed=string&idSeed=string&statusSeed=string'Success
A key that can be used to group items on product. It is equal to the ProductId for non-variants and equals 'v'+variantId for variants. Should only be used when fetching product lists as variants. MaxLength: int.
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
ParametricValueSeed contains a comma separated list of id-value pairs separated by colon. Ex: 4711:32,4712:5. Id is the ParametricId and Value is either a ListValueId, MultipleValueId or the actual value depending on the parametric type. Note that parametric values with string or html types are not included here since we cannot know if they contain any of the separators. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
[ { "ProductId": 0, "GroupByKey": "string", "CategoryId": 0, "ManufacturerId": 0, "FlagIdSeed": "string", "Price": 0, "VatRate": 0, "OnHand": { … }, "OnHandStore": { … }, "OnHandSupplier": { … }, "ParametricListSeed": "string", "ParametricMultipleSeed": "string", "ParametricValueSeed": "string" } ]
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Sample: Field1 Asc, Field2 Desc.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
Property values to filter on. The return value's ItemCount will be the number of items after filters have been applied. General format: 'filterName|value specification'. See Filter.Name for valid values and the different Filter entities for value specifications. Sample: catf|11946,11947;mfrf|7276;ohf|true;flgf|42,46;prcf|true_10-20;parf|L6360_13239M6355_3387M6355_3390!V60_256-1024*V70_1.4-1.9. The logical operator between comma separated values in catf, mfrf and flgf is OR while parf values use AND.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesByNode
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListProductItemFilterValuesByNode?assortmentSeed=string&nodeKey=string&statusSeed=string'Success
A key that can be used to group items on product. It is equal to the ProductId for non-variants and equals 'v'+variantId for variants. Should only be used when fetching product lists as variants. MaxLength: int.
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
ParametricValueSeed contains a comma separated list of id-value pairs separated by colon. Ex: 4711:32,4712:5. Id is the ParametricId and Value is either a ListValueId, MultipleValueId or the actual value depending on the parametric type. Note that parametric values with string or html types are not included here since we cannot know if they contain any of the separators. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
[ { "ProductId": 0, "GroupByKey": "string", "CategoryId": 0, "ManufacturerId": 0, "FlagIdSeed": "string", "Price": 0, "VatRate": 0, "OnHand": { … }, "OnHandStore": { … }, "OnHandSupplier": { … }, "ParametricListSeed": "string", "ParametricMultipleSeed": "string", "ParametricValueSeed": "string" } ]