We just GoLive API Rate Limits. Please follow up
curl --location 'https://api.omisell.com/api/v2/public/shop/list?page_size=25&is_active=1&is_disable=false&page=1' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": {
"count": 43,
"next": "https://api.omisell.com/api/v2/public/shop/list?page=2&page_size=2",
"previous": null,
"results": [
{
"business_id": 386,
"country": "VN",
"group_id": 2,
"id": 34251,
"name": "SANDBOX7413243897012717317",
"platform": "tiktok",
"platform_logo": "https://storage.googleapis.com/omisell-cloud/logo/platforms/tiktok.png",
"platform_label": "Tiktok Shop",
"user_id": 1,
"external_id": "70280",
"external_channel_id": "7495909798223317571",
"use_fulfillment_provider": "merchant",
"use_order_type": "all",
"is_allow_cancel_to_channel": false,
"is_map_warehouse": 0,
"can_retry_ship": 0,
"config": {
"map_pickup": {
"38472": "7412561599929730822"
},
"fulfillment_provider": null
},
"is_active_auto_assigne_pickup": false,
"is_active_boost": false,
"is_active_check_gift_exist": true,
"is_active_create_shipment_ori_pick": false,
"is_active_map_order_status": false,
"is_active_map_payment_method": false,
"is_active_map_shipping_method": false,
"is_active_map_warehouse": false,
"is_active_penalty": false,
"is_active_performance": false,
"is_active_publish": false,
"is_active_pull_inventory": false,
"is_active_reauthorize": true,
"is_active_sync_fulfillment": true,
"is_active_sync_inventory": true,
"is_active_upload_image": true,
"is_active_webhook_channel": false,
"is_push_price_by_promotion": false
},
{
"business_id": 386,
"country": "VN",
"group_id": 4,
"id": 11311,
"name": "Bán lẻ - Pana - Shopee",
"platform": "retail",
"platform_logo": "https://storage.googleapis.com/omisell-cloud/logo/platforms/retail.svg",
"platform_label": "Offline store",
"user_id": 1,
"external_id": "",
"external_channel_id": "",
"use_fulfillment_provider": "merchant",
"use_order_type": "all",
"is_allow_cancel_to_channel": false,
"is_map_warehouse": 0,
"can_retry_ship": 0,
"config": {
"fulfillment_provider": "merchant",
"map_pickup": {
"21": null,
"141": null,
"1000": null,
"1001": null,
"1002": null,
"1003": null
},
"map_fulfill_by": {
"21": "merchant",
"141": null,
"1000": null,
"1001": null,
"1002": null,
"1003": null
}
},
"is_active_auto_assigne_pickup": true,
"is_active_boost": false,
"is_active_check_gift_exist": false,
"is_active_create_shipment_ori_pick": false,
"is_active_map_order_status": false,
"is_active_map_payment_method": false,
"is_active_map_shipping_method": true,
"is_active_map_warehouse": false,
"is_active_penalty": false,
"is_active_performance": false,
"is_active_publish": true,
"is_active_pull_inventory": false,
"is_active_reauthorize": false,
"is_active_sync_fulfillment": true,
"is_active_sync_inventory": false,
"is_active_upload_image": false,
"is_active_webhook_channel": false,
"is_push_price_by_promotion": false
}
]
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "",
"request_id": "6a7e9d9fdc03ba7aa93665a9"
}