Quick Start
Get your Signature keys
Your API requests are authenticated using Signature key. Any request that doesn't include a Signature key will return an error.
You can generate an Signature key from the below:
px3lr0zb3pnyb4tfp6sldmwxwgqksljh
$signature = hash('sha256',{Consumer Key}.{Consumer Secret}.{Access Token}.{Access Token Secret}.{Website Code});
Make your first request
To make your first request, send an authenticated request to the orders endpoint.
Get List of Orders.
GET
https://shopbeesline.com/rest/V1/api/getorders
Request Body
Name
Type
Description
from*
string
2023-01-01 00:00:00
to*
string
2023-01-03 23:59:59
current_page*
string
1
page_size*
string
10
store_ids*
string
13,14
signature*
string
Generate your signature from the previous section
{
"status_code": 200,
"reason_phrase": "OK",
"body": {
"items": [
{
"applied_rule_ids": "226",
"base_currency_code": "AED",
"base_discount_amount": -66.15,
"base_grand_total": 154.35,
"base_discount_tax_compensation_amount": 0,
"base_shipping_amount": 0,
"base_shipping_discount_amount": 0,
"base_shipping_discount_tax_compensation_amnt": 0,
"base_shipping_incl_tax": 0,
"base_shipping_tax_amount": 0,
"base_subtotal": 220.5,
"base_subtotal_incl_tax": 220.5,
"base_tax_amount": 0,
"base_total_due": 154.35,
"base_to_global_rate": 0,
"base_to_order_rate": 1,
"billing_address_id": 20916,
"coupon_code": "BEE30",
"created_at": "2023-01-02 18:08:55",
"customer_email": "[email protected]",
"customer_firstname": "Ayuob ",
"customer_group_id": 1,
"customer_id": 67073,
"customer_is_guest": 0,
"customer_lastname": "Al Musalami ",
"customer_note_notify": 1,
"discount_amount": -66.15,
"discount_description": "30% discount",
"email_sent": 1,
"entity_id": 10458,
"global_currency_code": "USD",
"grand_total": 154.35,
"discount_tax_compensation_amount": 0,
"increment_id": "14000000150",
"is_virtual": 0,
"order_currency_code": "AED",
"protect_code": "6437d7b3533234d239261c4b453733cf",
"quote_id": 39700,
"remote_ip": "94.59.122.84",
"shipping_amount": 0,
"shipping_description": "& Handling - Fee",
"shipping_discount_amount": 0,
"shipping_discount_tax_compensation_amount": 0,
"shipping_incl_tax": 0,
"shipping_tax_amount": 0,
"state": "new",
"status": "pending",
"store_currency_code": "AED",
"store_id": 14,
"store_name": "UAE Website\nUAE Store\nEnglish",
"store_to_base_rate": 0,
"store_to_order_rate": 0,
"subtotal": 220.5,
"subtotal_incl_tax": 220.5,
"tax_amount": 0,
"total_due": 154.35,
"total_item_count": 6,
"total_qty_ordered": 6,
"updated_at": "2023-01-02 18:09:04",
"weight": 162,
"x_forwarded_for": "94.59.122.84",
"items": [
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 18.27,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 60.9,
"base_price": 60.9,
"base_price_incl_tax": 60.9,
"base_row_invoiced": 0,
"base_row_total": 42.63,
"base_row_total_incl_tax": 42.63,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 18.27,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61330,
"name": "Whitening Roll-On Deodorant - Invisible Touch",
"no_discount": 0,
"order_id": 10458,
"original_price": 60.9,
"price": 60.9,
"price_incl_tax": 60.9,
"product_id": 716,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179622,
"row_invoiced": 0,
"row_total": 42.63,
"row_total_incl_tax": 42.63,
"row_weight": 50,
"sku": "5281018003862",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 50
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 18.27,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 60.9,
"base_price": 60.9,
"base_price_incl_tax": 60.9,
"base_row_invoiced": 0,
"base_row_total": 42.63,
"base_row_total_incl_tax": 42.63,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 18.27,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61331,
"name": "Whitening Roll-On Deodorant - Arabian Oud",
"no_discount": 0,
"order_id": 10458,
"original_price": 60.9,
"price": 60.9,
"price_incl_tax": 60.9,
"product_id": 708,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179623,
"row_invoiced": 0,
"row_total": 42.63,
"row_total_incl_tax": 42.63,
"row_weight": 50,
"sku": "5281018003879",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 50
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 18.27,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 60.9,
"base_price": 60.9,
"base_price_incl_tax": 60.9,
"base_row_invoiced": 0,
"base_row_total": 42.63,
"base_row_total_incl_tax": 42.63,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 18.27,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61332,
"name": "Whitening Roll-On Deodorant - Green Forest",
"no_discount": 0,
"order_id": 10458,
"original_price": 60.9,
"price": 60.9,
"price_incl_tax": 60.9,
"product_id": 713,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179624,
"row_invoiced": 0,
"row_total": 42.63,
"row_total_incl_tax": 42.63,
"row_weight": 50,
"sku": "5281018003169",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 50
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 3.78,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 12.6,
"base_price": 12.6,
"base_price_incl_tax": 12.6,
"base_row_invoiced": 0,
"base_row_total": 8.82,
"base_row_total_incl_tax": 8.82,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 3.78,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61333,
"name": "Lip Care - Shimmery Cherry",
"no_discount": 0,
"order_id": 10458,
"original_price": 12.6,
"price": 12.6,
"price_incl_tax": 12.6,
"product_id": 688,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179629,
"row_invoiced": 0,
"row_total": 8.82,
"row_total_incl_tax": 8.82,
"row_weight": 4,
"sku": "5281018001257",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 4
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 3.78,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 12.6,
"base_price": 12.6,
"base_price_incl_tax": 12.6,
"base_row_invoiced": 0,
"base_row_total": 8.82,
"base_row_total_incl_tax": 8.82,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 3.78,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61334,
"name": "Lip Care - Coolips SPF 15",
"no_discount": 0,
"order_id": 10458,
"original_price": 12.6,
"price": 12.6,
"price_incl_tax": 12.6,
"product_id": 689,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179636,
"row_invoiced": 0,
"row_total": 8.82,
"row_total_incl_tax": 8.82,
"row_weight": 4,
"sku": "5281018006061",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 4
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 3.78,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 12.6,
"base_price": 12.6,
"base_price_incl_tax": 12.6,
"base_row_invoiced": 0,
"base_row_total": 8.82,
"base_row_total_incl_tax": 8.82,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 3.78,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61335,
"name": "Lip Care - Shea Butter & Avocado Oil",
"no_discount": 0,
"order_id": 10458,
"original_price": 12.6,
"price": 12.6,
"price_incl_tax": 12.6,
"product_id": 691,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179648,
"row_invoiced": 0,
"row_total": 8.82,
"row_total_incl_tax": 8.82,
"row_weight": 4,
"sku": "5281018000663",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 4
}
],
"billing_address": {
"address_type": "billing",
"city": "Mirdif",
"country_id": "AE",
"email": "[email protected]",
"entity_id": 20916,
"firstname": "Ayuob ",
"lastname": "Al Musalami ",
"parent_id": 10458,
"postcode": null,
"region": "Dubai",
"region_code": "AE-DU",
"region_id": 570,
"street": [
"Mirdif 45B Street Compound 44 Villa 4"
],
"telephone": "0506252738"
},
"payment": {
"account_status": null,
"additional_information": [
"Cash On Delivery"
],
"amount_ordered": 154.35,
"base_amount_ordered": 154.35,
"base_shipping_amount": 0,
"cc_exp_year": "0",
"cc_last4": null,
"cc_ss_start_month": "0",
"cc_ss_start_year": "0",
"entity_id": 10458,
"method": "cashondelivery",
"parent_id": 10458,
"shipping_amount": 0
},
"status_histories": [],
"extension_attributes": {
"shipping_assignments": [
{
"shipping": {
"address": {
"address_type": "shipping",
"city": "Mirdif",
"country_id": "AE",
"email": "[email protected]",
"entity_id": 20915,
"firstname": "Ayuob ",
"lastname": "Al Musalami ",
"parent_id": 10458,
"postcode": null,
"region": "Dubai",
"region_code": "AE-DU",
"region_id": 570,
"street": [
"Mirdif 45B Street Compound 44 Villa 4"
],
"telephone": "0506252738"
},
"method": "tablerate_bestway",
"total": {
"base_shipping_amount": 0,
"base_shipping_discount_amount": 0,
"base_shipping_discount_tax_compensation_amnt": 0,
"base_shipping_incl_tax": 0,
"base_shipping_tax_amount": 0,
"shipping_amount": 0,
"shipping_discount_amount": 0,
"shipping_discount_tax_compensation_amount": 0,
"shipping_incl_tax": 0,
"shipping_tax_amount": 0
}
},
"items": [
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 18.27,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 60.9,
"base_price": 60.9,
"base_price_incl_tax": 60.9,
"base_row_invoiced": 0,
"base_row_total": 42.63,
"base_row_total_incl_tax": 42.63,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 18.27,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61330,
"name": "Whitening Roll-On Deodorant - Invisible Touch",
"no_discount": 0,
"order_id": 10458,
"original_price": 60.9,
"price": 60.9,
"price_incl_tax": 60.9,
"product_id": 716,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179622,
"row_invoiced": 0,
"row_total": 42.63,
"row_total_incl_tax": 42.63,
"row_weight": 50,
"sku": "5281018003862",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 50
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 18.27,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 60.9,
"base_price": 60.9,
"base_price_incl_tax": 60.9,
"base_row_invoiced": 0,
"base_row_total": 42.63,
"base_row_total_incl_tax": 42.63,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 18.27,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61331,
"name": "Whitening Roll-On Deodorant - Arabian Oud",
"no_discount": 0,
"order_id": 10458,
"original_price": 60.9,
"price": 60.9,
"price_incl_tax": 60.9,
"product_id": 708,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179623,
"row_invoiced": 0,
"row_total": 42.63,
"row_total_incl_tax": 42.63,
"row_weight": 50,
"sku": "5281018003879",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 50
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 18.27,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 60.9,
"base_price": 60.9,
"base_price_incl_tax": 60.9,
"base_row_invoiced": 0,
"base_row_total": 42.63,
"base_row_total_incl_tax": 42.63,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 18.27,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61332,
"name": "Whitening Roll-On Deodorant - Green Forest",
"no_discount": 0,
"order_id": 10458,
"original_price": 60.9,
"price": 60.9,
"price_incl_tax": 60.9,
"product_id": 713,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179624,
"row_invoiced": 0,
"row_total": 42.63,
"row_total_incl_tax": 42.63,
"row_weight": 50,
"sku": "5281018003169",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 50
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 3.78,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 12.6,
"base_price": 12.6,
"base_price_incl_tax": 12.6,
"base_row_invoiced": 0,
"base_row_total": 8.82,
"base_row_total_incl_tax": 8.82,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 3.78,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61333,
"name": "Lip Care - Shimmery Cherry",
"no_discount": 0,
"order_id": 10458,
"original_price": 12.6,
"price": 12.6,
"price_incl_tax": 12.6,
"product_id": 688,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179629,
"row_invoiced": 0,
"row_total": 8.82,
"row_total_incl_tax": 8.82,
"row_weight": 4,
"sku": "5281018001257",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 4
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 3.78,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 12.6,
"base_price": 12.6,
"base_price_incl_tax": 12.6,
"base_row_invoiced": 0,
"base_row_total": 8.82,
"base_row_total_incl_tax": 8.82,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 3.78,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61334,
"name": "Lip Care - Coolips SPF 15",
"no_discount": 0,
"order_id": 10458,
"original_price": 12.6,
"price": 12.6,
"price_incl_tax": 12.6,
"product_id": 689,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179636,
"row_invoiced": 0,
"row_total": 8.82,
"row_total_incl_tax": 8.82,
"row_weight": 4,
"sku": "5281018006061",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 4
},
{
"amount_refunded": 0,
"applied_rule_ids": "226",
"base_amount_refunded": 0,
"base_discount_amount": 3.78,
"base_discount_invoiced": 0,
"base_discount_tax_compensation_amount": 0,
"base_original_price": 12.6,
"base_price": 12.6,
"base_price_incl_tax": 12.6,
"base_row_invoiced": 0,
"base_row_total": 8.82,
"base_row_total_incl_tax": 8.82,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"created_at": "2023-01-02 18:08:55",
"discount_amount": 3.78,
"discount_invoiced": 0,
"discount_percent": 30,
"free_shipping": 0,
"discount_tax_compensation_amount": 0,
"is_qty_decimal": 0,
"is_virtual": 0,
"item_id": 61335,
"name": "Lip Care - Shea Butter & Avocado Oil",
"no_discount": 0,
"order_id": 10458,
"original_price": 12.6,
"price": 12.6,
"price_incl_tax": 12.6,
"product_id": 691,
"product_type": "simple",
"qty_canceled": 0,
"qty_invoiced": 0,
"qty_ordered": 1,
"qty_refunded": 0,
"qty_shipped": 0,
"quote_item_id": 179648,
"row_invoiced": 0,
"row_total": 8.82,
"row_total_incl_tax": 8.82,
"row_weight": 4,
"sku": "5281018000663",
"store_id": 14,
"tax_amount": 0,
"tax_invoiced": 0,
"tax_percent": 0,
"updated_at": "2023-01-02 18:08:55",
"weight": 4
}
]
}
],
"payment_additional_info": [
{
"key": "method_title",
"value": "Cash On Delivery"
}
],
"applied_taxes": [],
"item_applied_taxes": [],
"sources": [
{
"source_code": "warehouse_uae",
"sku": "5281018001257",
"qty_to_deduct": 1,
"qty_available": 9805
},
{
"source_code": "warehouse_uae",
"sku": "5281018006061",
"qty_to_deduct": 1,
"qty_available": 6206
},
{
"source_code": "warehouse_uae",
"sku": "5281018000663",
"qty_to_deduct": 1,
"qty_available": 7232
},
{
"source_code": "warehouse_uae",
"sku": "5281018003879",
"qty_to_deduct": 1,
"qty_available": 6085
},
{
"source_code": "warehouse_uae",
"sku": "5281018003169",
"qty_to_deduct": 1,
"qty_available": 592
},
{
"source_code": "warehouse_uae",
"sku": "5281018003862",
"qty_to_deduct": 1,
"qty_available": 3616
}
],
"mp_order_attributes": []
}
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "created_at",
"value": "2023-01-01 00:00:00",
"condition_type": "from"
}
]
},
{
"filters": [
{
"field": "created_at",
"value": "2023-01-02 23:59:59",
"condition_type": "to"
}
]
},
{
"filters": [
{
"field": "store_id",
"value": "13,14",
"condition_type": "in"
}
]
}
],
"sort_orders": [
{
"field": null,
"direction": "DESC"
}
],
"page_size": 10,
"current_page": 1
},
"total_count": 1
}
}
Last updated