6- Get list of main products to order
GET {{baseUrl}}/contracting/basket/main-products?from=0&to=10&order=ASC&sortBy=PRODUCT_NAME&category=sim cards
Required privileges (one of the following):
- privilegesun-authorizedorderscreation
- privilegesorders_authorization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | number | ||
to | number | ||
order | string | ||
sortBy | string | ||
category | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Language | string | Content-Language | |
Authorization | string |
RESPONSES
status: OK
{"result":[{"id":"TreeNode_Dummy_4567","name":{"en":"Smartphone Subscription","nl":"Smartphone Abonnement"},"category":"MOBILE","subcategory":"Network Services","priceInCents":null,"privateCopyingLevyInCents":null},{"id":"TreeNode_Dummy_5678","name":{"en":"IoT Subscription","nl":"IoT Abonnement"},"category":"MOBILE","subcategory":"Network Services","priceInCents":null,"privateCopyingLevyInCents":null}],"total":2}