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

KeyDatatypeRequiredDescription
fromnumber
tonumber
orderstring
sortBystring
categorystring

HEADERS

KeyDatatypeRequiredDescription
Content-LanguagestringContent-Language
Authorizationstring

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}