cURL
curl --request GET \ --url https://api.example.com/vendor/fulfillment-providers/{id}/options \ --header 'Authorization: Bearer <token>'
{ "fulfillment_options": [ { "id": "<string>", "is_return": true } ] }
Retrieves a list of available Fulfillment Provider Options.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the fulfillment provider.
OK
Show child attributes