id
. The fulfillment providers can also be sorted or paginated.curl '{backend_url}/admin/fulfillment-providers' \
-H 'Authorization: Bearer {access_token}'
{
"limit": 0,
"offset": 0,
"count": 0,
"fulfillment_providers": [
{
"id": "string",
"is_enabled": true
}
],
"estimate_count": 0
}