Retrieve a list of shipping options based on the provided shipping method ids.
This endpoint is intended to smooth the transition from shipping methods to shipping options. It accepts a list of shipping method IDs and returns their corresponding shipping option identifiers. Ordering of the shipping options is not guaranteed, and the response may contain null values for shipping methods that do not have a corresponding shipping option. Shipping methods that do not exist will not be returned in the response.Documentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
List of shipping methods to translate to shipping options.
100[1, 2, 3]List of shipping options.
The Compat Shipping Options response schema
{ "1": "postnl:standard", "2": null }