curl '{backend_url}/admin/fulfillment-providers/{id}/options' \
-H 'Authorization: Bearer {access_token}'
{
"limit": 0,
"offset": 0,
"count": 0,
"fulfillment_options": [
{
"id": "string",
"is_return": true
}
],
"estimate_count": 0
}