Skip to content

Documentation ProductService (1.1)

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/product/1.1/

Operations
Operations
Operations

Request

Lists all configuration items for the supplied list of partNos. The list will contain an item for each partNo.

Query
partNoSeedstringrequired

A comma separated list of partNos for which to fetch all configuration items.

cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListConfigurationItems?partNoSeed=string'

Responses

Success

BodyArray [
PartNostring

The PartNo of the ConfigurationItem. MaxLength: 50.

GroupsArray of objects(ConfigurationItemGroup)(ConfigurationItemGroup)

A list of ConfigurationItemGroups where each group contains selectable items.

]
Response
[ { "PartNo": "string", "Groups": [] } ]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations