/api/package/get-sizes

Edited
->request(
  'GET',
  'https://eshipping.hillebrandgori.app/api/package/get-sizes',
  ['headers' => [
        'X-AUTH-TOKEN' => 'ESHIPPING_TOKEN',
      ],
        'query' => [
         	'nbBottles' => 6,
      ]
  ]
);

Retrieve the different packaging options according to the number of bottles/magnums.

  • nbBottles

  • nbMagnums

ℹ️ The number of packages choice can be up to 3 (choice1, choice2, choice3)