Returns all inventory batch settings for the merchant, including the merchant default and any SKU-specific overrides.
Security
BearerAuth
- Mock serverhttps://hive-merchant-api.redocly.app/_mock/merchant-api-v2/mapi_v2_oas31/inventory_batch_settings
- Production APIhttps://app.hive.app/merchant_api/v2/inventory_batch_settings
- Staging APIhttps://staging.app.hive.app/merchant_api/v2/inventory_batch_settings
curl -i -X GET \
'https://hive-merchant-api.redocly.app/_mock/merchant-api-v2/mapi_v2_oas31/inventory_batch_settings?limit=20' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "data": [ { … } ], "pagination": { "first_page_url": "https://app.hive.app/merchant_api/v2/collection_of_items?limit=20", "limit": 20, "next_page_url": "https://app.hive.app/merchant_api/v2/collection_of_items?limit=20&page=eyJpZCI6MTIzNDU2fQ" } }