# Order Shipping Info

## Retrieve Order Shipping Info

> Retrieve a specific Order Shipping Info by ID

```json
{"openapi":"3.0.3","info":{"title":"Omnitron API","version":"1.0.0"},"security":[{"Token":[]}],"components":{"securitySchemes":{"Token":{"type":"apiKey","in":"header","name":"Authorization"}},"parameters":{"id_path":{"name":"id","in":"path","description":"Unique identifier of the resource","required":true,"schema":{"type":"integer"}}},"schemas":{"OrderShippingInfoGet":{"type":"object","allOf":[{"$ref":"#/components/schemas/StarterModel"}],"properties":{"pk":{"type":"integer","readOnly":true},"order":{"type":"integer","description":"Associated Order value"},"shipping_company":{"$ref":"#/components/schemas/ShippingCompany"},"send_request":{"type":"string","description":"Request information","nullable":true},"send_response":{"type":"object","description":"Response information"},"is_send":{"type":"boolean","description":"ERP's is_send condition"},"cargo_label":{"type":"string","format":"uri","nullable":true,"description":"Cargo label information (URL)"},"shipping_option_group":{"type":"integer","description":"Associated Shipping Option Group value","nullable":true},"order_number":{"type":"string","description":"Order number"}}},"StarterModel":{"type":"object","properties":{"created_date":{"type":"string","format":"date-time","readOnly":true,"description":"The date and time when the object was created."},"modified_date":{"type":"string","format":"date-time","description":"The date and time when the object was last modified."}}},"ShippingCompany":{"type":"string","description":"Shipping company options","enum":["aras","ups","asil","yurtici","mng","hbexpress","aramex","other","ismail","gls","hoopkapida","fancourier","tmmexpress","ptt","horoz","novaposhta","droplight","surat","ups_intl","b2c_direct","jetizz","tyexpress","ay_cargo","cainiao","acs","packupp","k_gelsin","birgunde","kargo_ist","giz","mylerz","mylerzsdd","r2s","boomex","chrono","scotty","netkargo","murat_lgc","fast_cargo","dpd","in_post","k_sende","rupost","cdek","loomis","carrtell","speeta","bringo","dhlexpress","bovo","gelal","arvato","bpost_athome","bpost_24_7","cathedis","dincer","sameday","gkn","svuum","hjetxl","aramex_express","tnt_cargo","ceva_cargo","bringo_express","sendeo","cargus","pinkpost","speedy","deliverigo","jetizz_v7","evdemo_lojistik","extension","apiship","octovan_express","clickpost","iMile","jetlogi","bolt","pony_express","boxaty","monist","city_express","fero_ai","carriyo","pakettaxi","falcon_flex","porter_express","sky_express","pts_express","bpost_pickup"]}},"responses":{"401":{"description":"Unauthorized Access","content":{"application/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","description":"Contains a detailed description of the error."},"code":{"type":"string","description":"Represents the server-side error code."}}}}}},"403":{"description":"Forbidden"},"404":{"description":"The given resource or object was not found or does not exist.","content":{"application/json":{"schema":{"type":"object","properties":{"detail":{"description":"Contains a detailed description of the error.","type":"string"}}}}}},"500":{"description":"Server Error"}}},"paths":{"/api/v1/order_shipping_infos/{id}/":{"get":{"tags":["Order Shipping Info"],"summary":"Retrieve Order Shipping Info","description":"Retrieve a specific Order Shipping Info by ID","parameters":[{"$ref":"#/components/parameters/id_path"}],"responses":{"200":{"description":"Order Shipping Info retrieved successfully","content":{"application/json":{"schema":{"type":"object","$ref":"#/components/schemas/OrderShippingInfoGet"}}}},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}}}}
```

## List order shipping infos

> List all order shipping infos

```json
{"openapi":"3.0.3","info":{"title":"Omnitron API","version":"1.0.0"},"security":[{"Token":[]}],"components":{"securitySchemes":{"Token":{"type":"apiKey","in":"header","name":"Authorization"}},"parameters":{"page":{"name":"page","in":"query","required":false,"description":"Specifies the page number of the current dataset","schema":{"type":"integer","minimum":1,"default":1}},"limit":{"name":"limit","in":"query","required":false,"description":"Indicates the number of rows on the current page.","schema":{"type":"integer","minimum":1,"default":10}},"created_date":{"name":"created_date","in":"query","required":false,"description":"Filter by creation date using supported lookup expressions (e.g., `gt`, `gte`, `lt`, `lte`, `date__gt`, etc.).","schema":{"type":"string","format":"date-time"}},"modified_date":{"name":"modified_date","in":"query","required":false,"description":"Filter by modification date using supported lookup expressions (e.g., `gt`, `gte`, `lt`, `lte`, `date__gt`, etc.).","schema":{"type":"string","format":"date-time"}},"shipping_company":{"name":"shipping_company","in":"query","description":"Filter by shipping company.","schema":{"$ref":"#/components/schemas/ShippingCompany"}},"shipping_option_group":{"name":"shipping_option_group","in":"query","required":false,"description":"Filter by Shipping Option Group ID.","schema":{"type":"integer","format":"int64"}},"is_send":{"name":"is_send","in":"query","description":"Filter by is_send boolean field","required":false,"schema":{"type":"boolean"}},"cargo_label":{"name":"cargo_label","in":"query","description":"Filter by cargo label URL","required":false,"schema":{"type":"string","format":"uri"}},"pk":{"name":"pk","in":"query","required":false,"description":"Filters by primary key","schema":{"type":"integer"}},"pk__gt":{"name":"pk__gt","in":"query","description":"Filter by primary key greater than a specific value.","schema":{"type":"string"}},"pk__gte":{"name":"pk__gte","in":"query","required":false,"description":"Filters by primary key greater than or equal to the given value","schema":{"type":"integer"}},"pk__lt":{"name":"pk__lt","in":"query","required":false,"description":"Filters by primary key less than the given value","schema":{"type":"integer"}},"pk__lte":{"name":"pk__lte","in":"query","required":false,"description":"Filters by primary key less than or equal to the given value","schema":{"type":"integer"}},"order__created_date":{"name":"order__created_date","in":"query","description":"Filter by order creation date with lookup expressions (e.g., `gte`, `lte`).","schema":{"type":"string"}},"order__modified_date":{"name":"order__modified_date","in":"query","description":"Filter by order modification date with lookup expressions (e.g., `gte`, `lte`).","schema":{"type":"string"}},"order__status":{"name":"order__status","in":"query","description":"Filter by order status.","schema":{"type":"string","enum":["50","100","200","300","350","400","450","500","510","520","540","544","545","546","547","550","600"],"description":"Enum meanings:\n  * `50` - Cancellation Waiting\n  * `100` - Cancelled\n  * `200` - Waiting\n  * `300` - Payment Waiting\n  * `350` - Confirmation Waiting\n  * `400` - Approved\n  * `450` - Preparing\n  * `500` - Shipped\n  * `510` - Shipped and Informed\n  * `520` - Ready for Pickup\n  * `540` - Attempted to Delivery\n  * `544` - Review Started\n  * `545` - Review Waiting\n  * `546` - Waiting for Payment\n  * `547` - Paid\n  * `550` - Delivered\n  * `600` - Refunded\n"}},"order__shipping_address":{"name":"order__shipping_address","in":"query","description":"Filter by order shipping address.","schema":{"type":"string"}},"order__billing_address":{"name":"order__billing_address","in":"query","description":"Filter by order billing address.","schema":{"type":"string"}},"order__currency":{"name":"order__currency","in":"query","description":"Filter by order currency.","schema":{"type":"string","enum":["try","eur","usd","egp","gbp","mad","pln","sar","ron","uah","czk","huf","rub","bgn","iqd","kwd","bhd","omr","qar","aed","ngn","inr","lei","kzt","jod","rsd"]}},"order__amount":{"name":"order__amount","in":"query","description":"Filter by order amount.","schema":{"type":"string"}},"order__discount_amount":{"name":"order__discount_amount","in":"query","description":"Filter by order discount amount.","schema":{"type":"string"}},"order__shipping_amount":{"name":"order__shipping_amount","in":"query","description":"Filter by order shipping amount.","schema":{"type":"string"}},"order__shipping_tax_rate":{"name":"order__shipping_tax_rate","in":"query","description":"Filter by order shipping tax rate.","schema":{"type":"string"}},"order__refund_amount":{"name":"order__refund_amount","in":"query","description":"Filter by order refund amount.","schema":{"type":"string"}},"order__discount_refund_amount":{"name":"order__discount_refund_amount","in":"query","description":"Filter by order discount refund amount.","schema":{"type":"string"}},"order__shipping_refund_amount":{"name":"order__shipping_refund_amount","in":"query","description":"Filter by order shipping refund amount.","schema":{"type":"string"}},"order__invoice_date":{"name":"order__invoice_date","in":"query","description":"Filter by order invoice date.","schema":{"type":"string"}},"order__tracking_number":{"name":"order__tracking_number","in":"query","description":"Filter by order tracking number.","schema":{"type":"string"}},"order__remote_addr":{"name":"order__remote_addr","in":"query","description":"Filter by order remote address.","schema":{"type":"string"}},"order__has_gift_box":{"name":"order__has_gift_box","in":"query","description":"Filter by order gift box status.","schema":{"type":"boolean"}},"order__channel":{"name":"order__channel","in":"query","description":"Filter by order channel.","schema":{"type":"string"}},"order__customer":{"name":"order__customer","in":"query","description":"Filter by order customer.","schema":{"type":"string"}},"order__date_placed":{"name":"order__date_placed","in":"query","description":"Filter by order date placed.","schema":{"type":"string"}},"order__extra_field":{"name":"order__extra_field","in":"query","description":"Filter by order extra field.","schema":{"type":"string"}},"order__installment":{"name":"order__installment","in":"query","description":"Filter by order installment.","schema":{"type":"string"}},"order__installment_count":{"name":"order__installment_count","in":"query","description":"Filter by order installment count.","schema":{"type":"string"}},"order__installment_interest_amount":{"name":"order__installment_interest_amount","in":"query","description":"Filter by order installment interest amount.","schema":{"type":"string"}},"order__cargo_company":{"name":"order__cargo_company","in":"query","description":"Filter by order cargo company.","schema":{"type":"string"}},"order__is_send":{"name":"order__is_send","in":"query","description":"Filter by order send status.","schema":{"type":"boolean"}},"order__cancellation_info":{"name":"order__cancellation_info","in":"query","description":"Filter by order cancellation info.","schema":{"type":"string"}},"order__shipping_interest_amount":{"name":"order__shipping_interest_amount","in":"query","description":"Filter by order shipping interest amount.","schema":{"type":"string"}},"order__external_status":{"name":"order__external_status","in":"query","description":"Filter by order external status.","schema":{"type":"string"}},"order__client_type":{"name":"order__client_type","in":"query","description":"Filter by order client type.","schema":{"type":"string","enum":["default","android","ios","instore","b2b"]}},"order__checkout_provider_id":{"name":"order__checkout_provider_id","in":"query","description":"Filter by order checkout provider ID.","schema":{"type":"number"}},"order__installment_free":{"name":"order__installment_free","in":"query","description":"Filter by order installment free status.","schema":{"type":"string"}},"order__pk":{"name":"order__pk","in":"query","description":"Filter by order primary key.","schema":{"type":"number"}},"order__pk__gt":{"name":"order__pk__gt","in":"query","description":"Filter by order primary key greater than a specific value.","schema":{"type":"number"}},"order__pk__gte":{"name":"order__pk__gte","in":"query","description":"Filter by order primary key greater than or equal to a specific value.","schema":{"type":"number"}},"order__pk__lt":{"name":"order__pk__lt","in":"query","description":"Filter by order primary key less than a specific value.","schema":{"type":"number"}},"order__pk__lte":{"name":"order__pk__lte","in":"query","description":"Filter by order primary key less than or equal to a specific value.","schema":{"type":"number"}},"order__has_gift_node":{"name":"order__has_gift_node","in":"query","description":"Filter by order gift node.","schema":{"type":"string"}},"order__orderitem__cancel_status":{"name":"order__orderitem__cancel_status","in":"query","description":"Filter by order item cancel status.","schema":{"type":"string","enum":["waiting","confirmation_waiting","confirmed","approved","rejected","waiting_for_payment","manuel_refund_need","completed"]}},"order__orderitem__status":{"name":"order__orderitem__status","in":"query","description":"Filter by order item status.","schema":{"type":"string","enum":["50","100","200","300","350","400","450","500","510","520","540","544","545","546","547","550","600"],"description":"Enum meanings:\n  * `50` - Cancellation Waiting\n  * `100` - Cancelled\n  * `200` - Waiting\n  * `300` - Payment Waiting\n  * `350` - Confirmation Waiting\n  * `400` - Approved\n  * `450` - Preparing\n  * `500` - Shipped\n  * `510` - Shipped and Informed\n  * `520` - Ready for Pickup\n  * `540` - Attempted to Delivery\n  * `544` - Review Started\n  * `545` - Review Waiting\n  * `546` - Waiting for Payment\n  * `547` - Paid\n  * `550` - Delivered\n  * `600` - Refunded\n"}},"order__e_archive_url__isnull":{"name":"order__e_archive_url__isnull","in":"query","description":"Filter by whether the e-archive URL is null.","schema":{"type":"string"}},"order__invoice_number__isnull":{"name":"order__invoice_number__isnull","in":"query","description":"Filter by whether the invoice number is null.","schema":{"type":"string"}},"order__sku":{"name":"order__sku","in":"query","description":"Filter by order SKU.","schema":{"type":"string"}},"order__base_code":{"name":"order__base_code","in":"query","description":"Filter by order base code.","schema":{"type":"string"}},"order__pos":{"name":"order__pos","in":"query","description":"Filter by order POS.","schema":{"type":"string"}},"order__number__exact":{"name":"order__number__exact","in":"query","description":"Filter by exact order number.","schema":{"type":"string"}},"order__cancellation_plan_status":{"name":"order__cancellation_plan_status","in":"query","description":"Filter by order cancellation plan status.","schema":{"type":"string","enum":["completed","waiting","waiting_supplier","approved","confirmation_waiting","confirmed","cancelled","failed","rejected","waiting_for_payment","manuel_refund_need"]}},"order__coupon_code":{"name":"order__coupon_code","in":"query","description":"Filter by order coupon code.","schema":{"type":"string"}},"order__data_source":{"name":"order__data_source","in":"query","description":"Filter by order data source.","schema":{"type":"string"}},"order__vendororder__isnull":{"name":"order__vendororder__isnull","in":"query","description":"Filter by whether the vendor order is null.","schema":{"type":"string"}},"order__succeeded_transaction":{"name":"order__succeeded_transaction","in":"query","description":"Filter by succeeded transaction.","schema":{"type":"string"}},"order__brand_exact":{"name":"order__brand_exact","in":"query","description":"Filter by exact brand.","schema":{"type":"string"}},"order__waiting_capture":{"name":"order__waiting_capture","in":"query","description":"Filter by waiting capture.","schema":{"type":"string"}},"order__erp_code":{"name":"order__erp_code","in":"query","description":"Filter by ERP code.","schema":{"type":"string"}},"order__mapping__created_date":{"name":"order__mapping__created_date","in":"query","description":"Filter by mapping creation date.","schema":{"type":"string"}},"order__mapping__modified_date":{"name":"order__mapping__modified_date","in":"query","description":"Filter by mapping modification date.","schema":{"type":"string"}},"order__mapping__content_type":{"name":"order__mapping__content_type","in":"query","description":"Filter by order content type.","schema":{"type":"string"}},"order__mapping__object_id":{"name":"order__mapping__object_id","in":"query","description":"Filter by order object ID.","schema":{"type":"string"}},"order__mapping__integration_type":{"name":"order__mapping__integration_type","in":"query","description":"Filter by order integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__mapping__pk":{"name":"order__mapping__pk","in":"query","description":"Filter by order mapping primary key.","schema":{"type":"string"}},"order__mapping__pk__gt":{"name":"order__mapping__pk__gt","in":"query","description":"Filter by order mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__mapping__pk__gte":{"name":"order__mapping__pk__gte","in":"query","description":"Filter by order mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__mapping__pk__lt":{"name":"order__mapping__pk__lt","in":"query","description":"Filter by order mapping primary key less than a specific value.","schema":{"type":"string"}},"order__mapping__pk__lte":{"name":"order__mapping__pk__lte","in":"query","description":"Filter by order mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__mapping__code__exact":{"name":"order__mapping__code__exact","in":"query","description":"Filter by exact order mapping code.","schema":{"type":"string"}},"order__customer__created_date":{"name":"order__customer__created_date","in":"query","description":"Filter by customer creation date.","schema":{"type":"string"}},"order__customer__modified_date":{"name":"order__customer__modified_date","in":"query","description":"Filter by customer modification date.","schema":{"type":"string"}},"order__customer__attributes":{"name":"order__customer__attributes","in":"query","description":"Filter by customer attributes.","schema":{"type":"string"}},"order__customer__channel":{"name":"order__customer__channel","in":"query","description":"Filter by customer channel.","schema":{"type":"string"}},"order__customer__is_active":{"name":"order__customer__is_active","in":"query","description":"Filter by customer active status.","schema":{"type":"string"}},"order__customer__channel_code":{"name":"order__customer__channel_code","in":"query","description":"Filter by customer channel code.","schema":{"type":"string"}},"order__customer__extra_field":{"name":"order__customer__extra_field","in":"query","description":"Filter by customer extra field.","schema":{"type":"string"}},"order__customer__email_allowed":{"name":"order__customer__email_allowed","in":"query","description":"Filter by customer email allowed status.","schema":{"type":"string"}},"order__customer__sms_allowed":{"name":"order__customer__sms_allowed","in":"query","description":"Filter by customer SMS allowed status.","schema":{"type":"string"}},"order__customer__call_allowed":{"name":"order__customer__call_allowed","in":"query","description":"Filter by customer call allowed status.","schema":{"type":"string"}},"order__customer__date_joined":{"name":"order__customer__date_joined","in":"query","description":"Filter by customer date joined.","schema":{"type":"string","format":"date-time"}},"order__customer__date_of_birth":{"name":"order__customer__date_of_birth","in":"query","description":"Filter by customer date of birth.","schema":{"type":"string","format":"date"}},"order__customer__pk":{"name":"order__customer__pk","in":"query","description":"Filter by customer primary key.","schema":{"type":"string"}},"order__customer__pk__gt":{"name":"order__customer__pk__gt","in":"query","description":"Filter by customer primary key greater than a specific value.","schema":{"type":"string"}},"order__customer__pk__gte":{"name":"order__customer__pk__gte","in":"query","description":"Filter by customer primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__customer__pk__lt":{"name":"order__customer__pk__lt","in":"query","description":"Filter by customer primary key less than a specific value.","schema":{"type":"string"}},"order__customer__pk__lte":{"name":"order__customer__pk__lte","in":"query","description":"Filter by customer primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__discountitem__created_date":{"name":"order__discountitem__created_date","in":"query","description":"Filter by discount item creation date.","schema":{"type":"string"}},"order__discountitem__modified_date":{"name":"order__discountitem__modified_date","in":"query","description":"Filter by discount item modification date.","schema":{"type":"string"}},"order__discountitem__amount":{"name":"order__discountitem__amount","in":"query","description":"Filter by discount item amount.","schema":{"type":"string"}},"order__discountitem__order":{"name":"order__discountitem__order","in":"query","description":"Filter by discount item order.","schema":{"type":"string"}},"order__discountitem__cancel_amount":{"name":"order__discountitem__cancel_amount","in":"query","description":"Filter by discount item cancel amount.","schema":{"type":"string"}},"order__discountitem__promotion":{"name":"order__discountitem__promotion","in":"query","description":"Filter by discount item promotion.","schema":{"type":"string"}},"order__discountitem__data_source_discount_sharing_rate":{"name":"order__discountitem__data_source_discount_sharing_rate","in":"query","description":"Filter by discount item data source discount sharing rate.","schema":{"type":"string"}},"order__discountitem__pk":{"name":"order__discountitem__pk","in":"query","description":"Filter by discount item primary key.","schema":{"type":"string"}},"order__discountitem__pk__gt":{"name":"order__discountitem__pk__gt","in":"query","description":"Filter by discount item primary key greater than a specific value.","schema":{"type":"string"}},"order__discountitem__pk__gte":{"name":"order__discountitem__pk__gte","in":"query","description":"Filter by discount item primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__discountitem__pk__lt":{"name":"order__discountitem__pk__lt","in":"query","description":"Filter by discount item primary key less than a specific value.","schema":{"type":"string"}},"order__discountitem__pk__lte":{"name":"order__discountitem__pk__lte","in":"query","description":"Filter by discount item primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__external_status__created_date":{"name":"order__external_status__created_date","in":"query","description":"Filter by external status creation date.","schema":{"type":"string"}},"order__external_status__modified_date":{"name":"order__external_status__modified_date","in":"query","description":"Filter by external status modification date.","schema":{"type":"string"}},"order__external_status__uuid":{"name":"order__external_status__uuid","in":"query","description":"Filter by external status UUID.","schema":{"type":"string"}},"order__external_status__pk":{"name":"order__external_status__pk","in":"query","description":"Filter by external status primary key.","schema":{"type":"string"}},"order__external_status__pk__gt":{"name":"order__external_status__pk__gt","in":"query","description":"Filter by external status primary key greater than a specific value.","schema":{"type":"string"}},"order__external_status__pk__gte":{"name":"order__external_status__pk__gte","in":"query","description":"Filter by external status primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__external_status__pk__lt":{"name":"order__external_status__pk__lt","in":"query","description":"Filter by external status primary key less than a specific value.","schema":{"type":"string"}},"order__external_status__pk__lte":{"name":"order__external_status__pk__lte","in":"query","description":"Filter by external status primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__created_date":{"name":"order__billing_address__created_date","in":"query","description":"Filter by billing address creation date.","schema":{"type":"string"}},"order__billing_address__modified_date":{"name":"order__billing_address__modified_date","in":"query","description":"Filter by billing address modification date.","schema":{"type":"string"}},"order__billing_address__is_active":{"name":"order__billing_address__is_active","in":"query","description":"Filter by billing address active status.","schema":{"type":"string"}},"order__billing_address__notes":{"name":"order__billing_address__notes","in":"query","description":"Filter by billing address notes.","schema":{"type":"string"}},"order__billing_address__e_bill_tax_payer":{"name":"order__billing_address__e_bill_tax_payer","in":"query","description":"Filter by billing address e-bill tax payer.","schema":{"type":"string"}},"order__billing_address__country":{"name":"order__billing_address__country","in":"query","description":"Filter by billing address country.","schema":{"type":"string"}},"order__billing_address__city":{"name":"order__billing_address__city","in":"query","description":"Filter by billing address city.","schema":{"type":"string"}},"order__billing_address__township":{"name":"order__billing_address__township","in":"query","description":"Filter by billing address township.","schema":{"type":"string"}},"order__billing_address__district":{"name":"order__billing_address__district","in":"query","description":"Filter by billing address district.","schema":{"type":"string"}},"order__billing_address__retail_store":{"name":"order__billing_address__retail_store","in":"query","description":"Filter by billing address retail store.","schema":{"type":"string"}},"order__billing_address__extra_field":{"name":"order__billing_address__extra_field","in":"query","description":"Filter by billing address extra field.","schema":{"type":"string"}},"order__billing_address__customer":{"name":"order__billing_address__customer","in":"query","description":"Filter by billing address customer.","schema":{"type":"string"}},"order__billing_address__pk":{"name":"order__billing_address__pk","in":"query","description":"Filter by billing address primary key.","schema":{"type":"string"}},"order__billing_address__pk__gt":{"name":"order__billing_address__pk__gt","in":"query","description":"Filter by billing address primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__pk__gte":{"name":"order__billing_address__pk__gte","in":"query","description":"Filter by billing address primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__pk__lt":{"name":"order__billing_address__pk__lt","in":"query","description":"Filter by billing address primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__pk__lte":{"name":"order__billing_address__pk__lte","in":"query","description":"Filter by billing address primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__hash_data_exact":{"name":"order__billing_address__hash_data_exact","in":"query","description":"Filter by exact billing address hash data.","schema":{"type":"string"}},"order__shipping_address__created_date":{"name":"order__shipping_address__created_date","in":"query","description":"Filter by shipping address creation date.","schema":{"type":"string"}},"order__shipping_address__modified_date":{"name":"order__shipping_address__modified_date","in":"query","description":"Filter by shipping address modification date.","schema":{"type":"string"}},"order__shipping_address__is_active":{"name":"order__shipping_address__is_active","in":"query","description":"Filter by shipping address active status.","schema":{"type":"string"}},"order__shipping_address__notes":{"name":"order__shipping_address__notes","in":"query","description":"Filter by shipping address notes.","schema":{"type":"string"}},"order__shipping_address__e_bill_tax_payer":{"name":"order__shipping_address__e_bill_tax_payer","in":"query","description":"Filter by shipping address e-bill tax payer.","schema":{"type":"string"}},"order__shipping_address__country":{"name":"order__shipping_address__country","in":"query","description":"Filter by shipping address country.","schema":{"type":"string"}},"order__shipping_address__city":{"name":"order__shipping_address__city","in":"query","description":"Filter by shipping address city.","schema":{"type":"string"}},"order__shipping_address__township":{"name":"order__shipping_address__township","in":"query","description":"Filter by shipping address township.","schema":{"type":"string"}},"order__shipping_address__district":{"name":"order__shipping_address__district","in":"query","description":"Filter by shipping address district.","schema":{"type":"string"}},"order__shipping_address__retail_store":{"name":"order__shipping_address__retail_store","in":"query","description":"Filter by shipping address retail store.","schema":{"type":"string"}},"order__shipping_address__extra_field":{"name":"order__shipping_address__extra_field","in":"query","description":"Filter by shipping address extra field.","schema":{"type":"string"}},"order__shipping_address__customer":{"name":"order__shipping_address__customer","in":"query","description":"Filter by shipping address customer.","schema":{"type":"string"}},"order__shipping_address__pk":{"name":"order__shipping_address__pk","in":"query","description":"Filter by shipping address primary key.","schema":{"type":"string"}},"order__shipping_address__pk__gt":{"name":"order__shipping_address__pk__gt","in":"query","description":"Filter by shipping address primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__pk__gte":{"name":"order__shipping_address__pk__gte","in":"query","description":"Filter by shipping address primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__pk__lt":{"name":"order__shipping_address__pk__lt","in":"query","description":"Filter by shipping address primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__pk__lte":{"name":"order__shipping_address__pk__lte","in":"query","description":"Filter by shipping address primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__hash_data_exact":{"name":"order__shipping_address__hash_data_exact","in":"query","description":"Filter by exact shipping address hash data.","schema":{"type":"string"}},"order__billing_address__mapping__created_date":{"name":"order__billing_address__mapping__created_date","in":"query","description":"Filter by billing address mapping creation date.","schema":{"type":"string"}},"order__billing_address__mapping__modified_date":{"name":"order__billing_address__mapping__modified_date","in":"query","description":"Filter by billing address mapping modification date.","schema":{"type":"string"}},"order__billing_address__mapping__content_type":{"name":"order__billing_address__mapping__content_type","in":"query","description":"Filter by billing address mapping content type.","schema":{"type":"string"}},"order__billing_address__mapping__object_id":{"name":"order__billing_address__mapping__object_id","in":"query","description":"Filter by billing address mapping object ID.","schema":{"type":"string"}},"order__billing_address__mapping__integration_type":{"name":"order__billing_address__mapping__integration_type","in":"query","description":"Filter by billing address mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__billing_address__mapping__pk":{"name":"order__billing_address__mapping__pk","in":"query","description":"Filter by billing address mapping primary key.","schema":{"type":"string"}},"order__billing_address__mapping__pk__gt":{"name":"order__billing_address__mapping__pk__gt","in":"query","description":"Filter by billing address mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__mapping__pk__gte":{"name":"order__billing_address__mapping__pk__gte","in":"query","description":"Filter by billing address mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__mapping__pk__lt":{"name":"order__billing_address__mapping__pk__lt","in":"query","description":"Filter by billing address mapping primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__mapping__pk__lte":{"name":"order__billing_address__mapping__pk__lte","in":"query","description":"Filter by billing address mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__mapping__code__exact":{"name":"order__billing_address__mapping__code__exact","in":"query","description":"Filter by exact billing address mapping code.","schema":{"type":"string"}},"order__shipping_address__mapping__created_date":{"name":"order__shipping_address__mapping__created_date","in":"query","description":"Filter by shipping address mapping creation date.","schema":{"type":"string"}},"order__shipping_address__mapping__modified_date":{"name":"order__shipping_address__mapping__modified_date","in":"query","description":"Filter by shipping address mapping modification date.","schema":{"type":"string"}},"order__shipping_address__mapping__content_type":{"name":"order__shipping_address__mapping__content_type","in":"query","description":"Filter by shipping address mapping content type.","schema":{"type":"string"}},"order__shipping_address__mapping__object_id":{"name":"order__shipping_address__mapping__object_id","in":"query","description":"Filter by shipping address mapping object ID.","schema":{"type":"string"}},"order__shipping_address__mapping__integration_type":{"name":"order__shipping_address__mapping__integration_type","in":"query","description":"Filter by shipping address mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__shipping_address__mapping__pk":{"name":"order__shipping_address__mapping__pk","in":"query","description":"Filter by shipping address mapping primary key.","schema":{"type":"string"}},"order__shipping_address__mapping__pk__gt":{"name":"order__shipping_address__mapping__pk__gt","in":"query","description":"Filter by shipping address mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__mapping__pk__gte":{"name":"order__shipping_address__mapping__pk__gte","in":"query","description":"Filter by shipping address mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__mapping__pk__lt":{"name":"order__shipping_address__mapping__pk__lt","in":"query","description":"Filter by shipping address mapping primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__mapping__pk__lte":{"name":"order__shipping_address__mapping__pk__lte","in":"query","description":"Filter by shipping address mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__mapping__code__exact":{"name":"order__shipping_address__mapping__code__exact","in":"query","description":"Filter by exact shipping address mapping code.","schema":{"type":"string"}},"order__billing_address__customer__created_date":{"name":"order__billing_address__customer__created_date","in":"query","description":"Filter by billing address's customer creation date.","schema":{"type":"string"}},"order__billing_address__customer__modified_date":{"name":"order__billing_address__customer__modified_date","in":"query","description":"Filter by billing address's customer modification date.","schema":{"type":"string"}},"order__billing_address__customer__attributes":{"name":"order__billing_address__customer__attributes","in":"query","description":"Filter by billing address's customer attributes.","schema":{"type":"string"}},"order__billing_address__customer__channel":{"name":"order__billing_address__customer__channel","in":"query","description":"Filter by billing address's customer channel.","schema":{"type":"string"}},"order__billing_address__customer__is_active":{"name":"order__billing_address__customer__is_active","in":"query","description":"Filter by billing address's customer active status.","schema":{"type":"string"}},"order__billing_address__customer__channel_code":{"name":"order__billing_address__customer__channel_code","in":"query","description":"Filter by billing address's customer channel code.","schema":{"type":"string"}},"order__billing_address__customer__extra_field":{"name":"order__billing_address__customer__extra_field","in":"query","description":"Filter by billing address's customer extra field.","schema":{"type":"string"}},"order__billing_address__customer__email_allowed":{"name":"order__billing_address__customer__email_allowed","in":"query","description":"Filter by billing address's customer email allowed status.","schema":{"type":"string"}},"order__billing_address__customer__sms_allowed":{"name":"order__billing_address__customer__sms_allowed","in":"query","description":"Filter by billing address's customer SMS allowed status.","schema":{"type":"string"}},"order__billing_address__customer__call_allowed":{"name":"order__billing_address__customer__call_allowed","in":"query","description":"Filter by billing address's customer call allowed status.","schema":{"type":"string"}},"order__billing_address__customer__date_joined":{"name":"order__billing_address__customer__date_joined","in":"query","description":"Filter by billing address's customer date joined.","schema":{"type":"string","format":"date-time"}},"order__billing_address__customer__date_of_birth":{"name":"order__billing_address__customer__date_of_birth","in":"query","description":"Filter by billing address's customer date of birth.","schema":{"type":"string","format":"date"}},"order__billing_address__customer__pk":{"name":"order__billing_address__customer__pk","in":"query","description":"Filter by billing address's customer primary key.","schema":{"type":"string"}},"order__billing_address__customer__pk__gt":{"name":"order__billing_address__customer__pk__gt","in":"query","description":"Filter by billing address's customer primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__customer__pk__gte":{"name":"order__billing_address__customer__pk__gte","in":"query","description":"Filter by billing address's customer primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__customer__pk__lt":{"name":"order__billing_address__customer__pk__lt","in":"query","description":"Filter by billing address's customer primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__customer__pk__lte":{"name":"order__billing_address__customer__pk__lte","in":"query","description":"Filter by billing address's customer primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__customer__created_date":{"name":"order__shipping_address__customer__created_date","in":"query","description":"Filter by shipping address's customer creation date.","schema":{"type":"string"}},"order__shipping_address__customer__modified_date":{"name":"order__shipping_address__customer__modified_date","in":"query","description":"Filter by shipping address's customer modification date.","schema":{"type":"string"}},"order__shipping_address__customer__attributes":{"name":"order__shipping_address__customer__attributes","in":"query","description":"Filter by shipping address's customer attributes.","schema":{"type":"string"}},"order__shipping_address__customer__channel":{"name":"order__shipping_address__customer__channel","in":"query","description":"Filter by shipping address's customer channel.","schema":{"type":"string"}},"order__shipping_address__customer__is_active":{"name":"order__shipping_address__customer__is_active","in":"query","description":"Filter by shipping address's customer active status.","schema":{"type":"string"}},"order__shipping_address__customer__channel_code":{"name":"order__shipping_address__customer__channel_code","in":"query","description":"Filter by shipping address's customer channel code.","schema":{"type":"string"}},"order__shipping_address__customer__extra_field":{"name":"order__shipping_address__customer__extra_field","in":"query","description":"Filter by shipping address's customer extra field.","schema":{"type":"string"}},"order__shipping_address__customer__email_allowed":{"name":"order__shipping_address__customer__email_allowed","in":"query","description":"Filter by shipping address's customer email allowed status.","schema":{"type":"string"}},"order__shipping_address__customer__sms_allowed":{"name":"order__shipping_address__customer__sms_allowed","in":"query","description":"Filter by shipping address's customer SMS allowed status.","schema":{"type":"string"}},"order__shipping_address__customer__call_allowed":{"name":"order__shipping_address__customer__call_allowed","in":"query","description":"Filter by shipping address's customer call allowed status.","schema":{"type":"string"}},"order__shipping_address__customer__date_joined":{"name":"order__shipping_address__customer__date_joined","in":"query","description":"Filter by shipping address's customer date joined.","schema":{"type":"string","format":"date-time"}},"order__shipping_address__customer__date_of_birth":{"name":"order__shipping_address__customer__date_of_birth","in":"query","description":"Filter by shipping address's customer date of birth.","schema":{"type":"string","format":"date"}},"order__shipping_address__customer__pk":{"name":"order__shipping_address__customer__pk","in":"query","description":"Filter by shipping address's customer primary key.","schema":{"type":"string"}},"order__shipping_address__customer__pk__gt":{"name":"order__shipping_address__customer__pk__gt","in":"query","description":"Filter by shipping address's customer primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__customer__pk__gte":{"name":"order__shipping_address__customer__pk__gte","in":"query","description":"Filter by shipping address's customer primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__customer__pk__lt":{"name":"order__shipping_address__customer__pk__lt","in":"query","description":"Filter by shipping address's customer primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__customer__pk__lte":{"name":"order__shipping_address__customer__pk__lte","in":"query","description":"Filter by shipping address's customer primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__country__created_date":{"name":"order__billing_address__country__created_date","in":"query","description":"Filter by billing address's country creation date.","schema":{"type":"string"}},"order__billing_address__country__modified_date":{"name":"order__billing_address__country__modified_date","in":"query","description":"Filter by billing address's country modification date.","schema":{"type":"string"}},"order__billing_address__country__is_active":{"name":"order__billing_address__country__is_active","in":"query","description":"Filter by billing address's country active status.","schema":{"type":"string"}},"order__billing_address__country__pk":{"name":"order__billing_address__country__pk","in":"query","description":"Filter by billing address's country primary key.","schema":{"type":"string"}},"order__billing_address__country__pk__gt":{"name":"order__billing_address__country__pk__gt","in":"query","description":"Filter by billing address's country primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__country__pk__gte":{"name":"order__billing_address__country__pk__gte","in":"query","description":"Filter by billing address's country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__country__pk__lt":{"name":"order__billing_address__country__pk__lt","in":"query","description":"Filter by billing address's country primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__country__pk__lte":{"name":"order__billing_address__country__pk__lte","in":"query","description":"Filter by billing address's country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__country__name__exact":{"name":"order__billing_address__country__name__exact","in":"query","description":"Filter by exact billing address's country name.","schema":{"type":"string"}},"order__billing_address__country__code__exact":{"name":"order__billing_address__country__code__exact","in":"query","description":"Filter by exact billing address's country code.","schema":{"type":"string"}},"order__shipping_address__country__created_date":{"name":"order__shipping_address__country__created_date","in":"query","description":"Filter by shipping address's country creation date.","schema":{"type":"string"}},"order__shipping_address__country__modified_date":{"name":"order__shipping_address__country__modified_date","in":"query","description":"Filter by shipping address's country modification date.","schema":{"type":"string"}},"order__shipping_address__country__is_active":{"name":"order__shipping_address__country__is_active","in":"query","description":"Filter by shipping address's country active status.","schema":{"type":"string"}},"order__shipping_address__country__pk":{"name":"order__shipping_address__country__pk","in":"query","description":"Filter by shipping address's country primary key.","schema":{"type":"string"}},"order__shipping_address__country__pk__gt":{"name":"order__shipping_address__country__pk__gt","in":"query","description":"Filter by shipping address's country primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__country__pk__gte":{"name":"order__shipping_address__country__pk__gte","in":"query","description":"Filter by shipping address's country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__country__pk__lt":{"name":"order__shipping_address__country__pk__lt","in":"query","description":"Filter by shipping address's country primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__country__pk__lte":{"name":"order__shipping_address__country__pk__lte","in":"query","description":"Filter by shipping address's country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__country__name__exact":{"name":"order__shipping_address__country__name__exact","in":"query","description":"Filter by exact shipping address's country name.","schema":{"type":"string"}},"order__shipping_address__country__code__exact":{"name":"order__shipping_address__country__code__exact","in":"query","description":"Filter by exact shipping address's country code.","schema":{"type":"string"}},"order__billing_address__city__created_date":{"name":"order__billing_address__city__created_date","in":"query","description":"Filter by billing address's city creation date.","schema":{"type":"string"}},"order__billing_address__city__modified_date":{"name":"order__billing_address__city__modified_date","in":"query","description":"Filter by billing address's city modification date.","schema":{"type":"string"}},"order__billing_address__city__is_active":{"name":"order__billing_address__city__is_active","in":"query","description":"Filter by billing address's city active status.","schema":{"type":"string"}},"order__billing_address__city__country__created_date":{"name":"order__billing_address__city__country__created_date","in":"query","description":"Filter by billing address's city country creation date.","schema":{"type":"string"}},"order__billing_address__city__country__modified_date":{"name":"order__billing_address__city__country__modified_date","in":"query","description":"Filter by billing address's city country modification date.","schema":{"type":"string"}},"order__billing_address__city__country__is_active":{"name":"order__billing_address__city__country__is_active","in":"query","description":"Filter by billing address's city country active status.","schema":{"type":"string"}},"order__billing_address__city__country__pk":{"name":"order__billing_address__city__country__pk","in":"query","description":"Filter by billing address's city country primary key.","schema":{"type":"string"}},"order__billing_address__city__country__pk__gt":{"name":"order__billing_address__city__country__pk__gt","in":"query","description":"Filter by billing address's city country primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__pk__gte":{"name":"order__billing_address__city__country__pk__gte","in":"query","description":"Filter by billing address's city country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__pk__lt":{"name":"order__billing_address__city__country__pk__lt","in":"query","description":"Filter by billing address's city country primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__pk__lte":{"name":"order__billing_address__city__country__pk__lte","in":"query","description":"Filter by billing address's city country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__created_date":{"name":"order__billing_address__city__country__mapping__created_date","in":"query","description":"Filter by billing address's city country mapping creation date.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__modified_date":{"name":"order__billing_address__city__country__mapping__modified_date","in":"query","description":"Filter by billing address's city country mapping modification date.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__content_type":{"name":"order__billing_address__city__country__mapping__content_type","in":"query","description":"Filter by billing address's city country mapping content type.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__object_id":{"name":"order__billing_address__city__country__mapping__object_id","in":"query","description":"Filter by billing address's city country mapping object ID.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__integration_type":{"name":"order__billing_address__city__country__mapping__integration_type","in":"query","description":"Filter by billing address's city country mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__billing_address__city__country__mapping__pk":{"name":"order__billing_address__city__country__mapping__pk","in":"query","description":"Filter by billing address's city country mapping primary key.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__pk__gt":{"name":"order__billing_address__city__country__mapping__pk__gt","in":"query","description":"Filter by billing address's city country mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__pk__gte":{"name":"order__billing_address__city__country__mapping__pk__gte","in":"query","description":"Filter by billing address's city country mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__pk__lt":{"name":"order__billing_address__city__country__mapping__pk__lt","in":"query","description":"Filter by billing address's city country mapping primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__pk__lte":{"name":"order__billing_address__city__country__mapping__pk__lte","in":"query","description":"Filter by billing address's city country mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__city__country__mapping__code__exact":{"name":"order__billing_address__city__country__mapping__code__exact","in":"query","description":"Filter by exact billing address's city country mapping code.","schema":{"type":"string"}},"order__billing_address__city__country__name__exact":{"name":"order__billing_address__city__country__name__exact","in":"query","description":"Filter by exact billing address's city country name.","schema":{"type":"string"}},"order__billing_address__city__country__code__exact":{"name":"order__billing_address__city__country__code__exact","in":"query","description":"Filter by exact billing address's city country code.","schema":{"type":"string"}},"order__billing_address__city__country__priority":{"name":"order__billing_address__city__country__priority","in":"query","description":"Filter by billing address's city country priority.","schema":{"type":"string"}},"order__shipping_address__city__created_date":{"name":"order_shipping_address__city__created_date","in":"query","description":"Filter by shipping address's city creation date.","schema":{"type":"string"}},"order__shipping_address__city__modified_date":{"name":"order__shipping_address__city__modified_date","in":"query","description":"Filter by shipping address's city modification date.","schema":{"type":"string"}},"order__shipping_address__city__is_active":{"name":"order__shipping_address__city__is_active","in":"query","description":"Filter by shipping address's city active status.","schema":{"type":"string"}},"order__shipping_address__city__country__created_date":{"name":"order__shipping_address__city__country__created_date","in":"query","description":"Filter by shipping address's city country creation date.","schema":{"type":"string"}},"order__shipping_address__city__country__modified_date":{"name":"order__shipping_address__city__country__modified_date","in":"query","description":"Filter by shipping address's city country modification date.","schema":{"type":"string"}},"order__shipping_address__city__country__is_active":{"name":"order__shipping_address__city__country__is_active","in":"query","description":"Filter by shipping address's city country active status.","schema":{"type":"string"}},"order__shipping_address__city__country__pk":{"name":"order__shipping_address__city__country__pk","in":"query","description":"Filter by shipping address's city country primary key.","schema":{"type":"string"}},"order__shipping_address__city__country__pk__gt":{"name":"order__shipping_address__city__country__pk__gt","in":"query","description":"Filter by shipping address's city country primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__pk__gte":{"name":"order__shipping_address__city__country__pk__gte","in":"query","description":"Filter by shipping address's city country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__pk__lt":{"name":"order__shipping_address__city__country__pk__lt","in":"query","description":"Filter by shipping address's city country primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__pk__lte":{"name":"order__shipping_address__city__country__pk__lte","in":"query","description":"Filter by shipping address's city country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__created_date":{"name":"order__shipping_address__city__country__mapping__created_date","in":"query","description":"Filter by shipping address's city country mapping creation date.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__modified_date":{"name":"order__shipping_address__city__country__mapping__modified_date","in":"query","description":"Filter by shipping address's city country mapping modification date.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__content_type":{"name":"order__shipping_address__city__country__mapping__content_type","in":"query","description":"Filter by shipping address's city country mapping content type.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__object_id":{"name":"order__shipping_address__city__country__mapping__object_id","in":"query","description":"Filter by shipping address's city country mapping object ID.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__integration_type":{"name":"order__shipping_address__city__country__mapping__integration_type","in":"query","description":"Filter by shipping address's city country mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__shipping_address__city__country__mapping__pk":{"name":"order__shipping_address__city__country__mapping__pk","in":"query","description":"Filter by shipping address's city country mapping primary key.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__pk__gt":{"name":"order__shipping_address__city__country__mapping__pk__gt","in":"query","description":"Filter by shipping address's city country mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__pk__gte":{"name":"order__shipping_address__city__country__mapping__pk__gte","in":"query","description":"Filter by shipping address's city country mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__pk__lt":{"name":"order__shipping_address__city__country__mapping__pk__lt","in":"query","description":"Filter by shipping address's city country mapping primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__pk__lte":{"name":"order__shipping_address__city__country__mapping__pk__lte","in":"query","description":"Filter by shipping address's city country mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__city__country__mapping__code__exact":{"name":"order__shipping_address__city__country__mapping__code__exact","in":"query","description":"Filter by exact shipping address's city country mapping code.","schema":{"type":"string"}},"order__shipping_address__city__country__name__exact":{"name":"order__shipping_address__city__country__name__exact","in":"query","description":"Filter by exact shipping address's city country name.","schema":{"type":"string"}},"order__shipping_address__city__country__code__exact":{"name":"order__shipping_address__city__country__code__exact","in":"query","description":"Filter by exact shipping address's city country code.","schema":{"type":"string"}},"order__shipping_address__city__country__priority":{"name":"order__shipping_address__city__country__priority","in":"query","description":"Filter by shipping address's city country priority.","schema":{"type":"string"}},"order__billing_address__township__created_date":{"name":"order__billing_address__township__created_date","in":"query","description":"Filter by billing address's township creation date.","schema":{"type":"string"}},"order__billing_address__township__modified_date":{"name":"order__billing_address__township__modified_date","in":"query","description":"Filter by billing address's township modification date.","schema":{"type":"string"}},"order__billing_address__township__translations":{"name":"order__billing_address__township__translations","in":"query","description":"Filter by billing address's township translations.","schema":{"type":"string"}},"order__billing_address__township__is_active":{"name":"order__billing_address__township__is_active","in":"query","description":"Filter by billing address's township active status.","schema":{"type":"string"}},"order__billing_address__township__city":{"name":"order__billing_address__township__city","in":"query","description":"Filter by billing address's township city.","schema":{"type":"string"}},"order__billing_address__township__pk":{"name":"order__billing_address__township__pk","in":"query","description":"Filter by billing address's township primary key.","schema":{"type":"string"}},"order__billing_address__township__pk__gt":{"name":"order__billing_address__township__pk__gt","in":"query","description":"Filter by billing address's township primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__township__pk__gte":{"name":"order__billing_address__township__pk__gte","in":"query","description":"Filter by billing address's township primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__township__pk__lt":{"name":"order__billing_address__township__pk__lt","in":"query","description":"Filter by billing address's township primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__township__pk__lte":{"name":"order__billing_address__township__pk__lte","in":"query","description":"Filter by billing address's township primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__township__mapping__created_date":{"name":"order__billing_address__township__mapping__created_date","in":"query","description":"Filter by billing address's township mapping creation date.","schema":{"type":"string"}},"order__billing_address__township__mapping__modified_date":{"name":"order__billing_address__township__mapping__modified_date","in":"query","description":"Filter by billing address's township mapping modification date.","schema":{"type":"string"}},"order__billing_address__township__mapping__content_type":{"name":"order__billing_address__township__mapping__content_type","in":"query","description":"Filter by billing address's township mapping content type.","schema":{"type":"string"}},"order__billing_address__township__mapping__object_id":{"name":"order__billing_address__township__mapping__object_id","in":"query","description":"Filter by billing address's township mapping object ID.","schema":{"type":"string"}},"order__billing_address__township__mapping__integration_type":{"name":"order__billing_address__township__mapping__integration_type","in":"query","description":"Filter by billing address's township mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__billing_address__township__mapping__pk":{"name":"order__billing_address__township__mapping__pk","in":"query","description":"Filter by billing address's township mapping primary key.","schema":{"type":"string"}},"order__billing_address__township__mapping__pk__gt":{"name":"order__billing_address__township__mapping__pk__gt","in":"query","description":"Filter by billing address's township mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__township__mapping__pk__gte":{"name":"order__billing_address__township__mapping__pk__gte","in":"query","description":"Filter by billing address's township mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__township__mapping__pk__lt":{"name":"order__billing_address__township__mapping__pk__lt","in":"query","description":"Filter by billing address's township mapping primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__township__mapping__pk__lte":{"name":"order__billing_address__township__mapping__pk__lte","in":"query","description":"Filter by billing address's township mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__township__mapping__code__exact":{"name":"order__billing_address__township__mapping__code__exact","in":"query","description":"Filter by exact billing address's township mapping code.","schema":{"type":"string"}},"order__billing_address__township__name__exact":{"name":"order__billing_address__township__name__exact","in":"query","description":"Filter by exact billing address's township name.","schema":{"type":"string"}},"order__shipping_address__township__created_date":{"name":"order__shipping_address__township__created_date","in":"query","description":"Filter by shipping address's township creation date.","schema":{"type":"string"}},"order__shipping_address__township__modified_date":{"name":"order__shipping_address__township__modified_date","in":"query","description":"Filter by shipping address's township modification date.","schema":{"type":"string"}},"order__shipping_address__township__translations":{"name":"order__shipping_address__township__translations","in":"query","description":"Filter by shipping address's township translations.","schema":{"type":"string"}},"order__shipping_address__township__is_active":{"name":"order__shipping_address__township__is_active","in":"query","description":"Filter by shipping address's township active status.","schema":{"type":"string"}},"order__shipping_address__township__city":{"name":"order__shipping_address__township__city","in":"query","description":"Filter by shipping address's township city.","schema":{"type":"string"}},"order__shipping_address__township__pk":{"name":"order__shipping_address__township__pk","in":"query","description":"Filter by shipping address's township primary key.","schema":{"type":"string"}},"order__shipping_address__township__pk__gt":{"name":"order__shipping_address__township__pk__gt","in":"query","description":"Filter by shipping address's township primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__township__pk__gte":{"name":"order__shipping_address__township__pk__gte","in":"query","description":"Filter by shipping address's township primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__township__pk__lt":{"name":"order__shipping_address__township__pk__lt","in":"query","description":"Filter by shipping address's township primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__township__pk__lte":{"name":"order__shipping_address__township__pk__lte","in":"query","description":"Filter by shipping address's township primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__township__mapping__created_date":{"name":"order__shipping_address__township__mapping__created_date","in":"query","description":"Filter by shipping address's township mapping creation date.","schema":{"type":"string"}},"order__shipping_address__township__mapping__modified_date":{"name":"order__shipping_address__township__mapping__modified_date","in":"query","description":"Filter by shipping address's township mapping modification date.","schema":{"type":"string"}},"order__shipping_address__township__mapping__content_type":{"name":"order__shipping_address__township__mapping__content_type","in":"query","description":"Filter by shipping address's township mapping content type.","schema":{"type":"string"}},"order__shipping_address__township__mapping__object_id":{"name":"order__shipping_address__township__mapping__object_id","in":"query","description":"Filter by shipping address's township mapping object ID.","schema":{"type":"string"}},"order__shipping_address__township__mapping__integration_type":{"name":"order__shipping_address__township__mapping__integration_type","in":"query","description":"Filter by shipping address's township mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__shipping_address__township__mapping__pk":{"name":"order__shipping_address__township__mapping__pk","in":"query","description":"Filter by shipping address's township mapping primary key.","schema":{"type":"string"}},"order__shipping_address__township__mapping__pk__gt":{"name":"order__shipping_address__township__mapping__pk__gt","in":"query","description":"Filter by shipping address's township mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__township__mapping__pk__gte":{"name":"order__shipping_address__township__mapping__pk__gte","in":"query","description":"Filter by shipping address's township mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__township__mapping__pk__lt":{"name":"order__shipping_address__township__mapping__pk__lt","in":"query","description":"Filter by shipping address's township mapping primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__township__mapping__pk__lte":{"name":"order__shipping_address__township__mapping__pk__lte","in":"query","description":"Filter by shipping address's township mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__township__mapping__code__exact":{"name":"order__shipping_address__township__mapping__code__exact","in":"query","description":"Filter by exact shipping address's township mapping code.","schema":{"type":"string"}},"order__shipping_address__township__name__exact":{"name":"order__shipping_address__township__name__exact","in":"query","description":"Filter by exact shipping address's township name.","schema":{"type":"string"}},"order__billing_address__district__created_date":{"name":"order__billing_address__district__created_date","in":"query","description":"Filter by billing address's district creation date.","schema":{"type":"string"}},"order__billing_address__district__modified_date":{"name":"order__billing_address__district__modified_date","in":"query","description":"Filter by billing address's district modification date.","schema":{"type":"string"}},"order__billing_address__district__translations":{"name":"order__billing_address__district__translations","in":"query","description":"Filter by billing address's district translations.","schema":{"type":"string"}},"order__billing_address__district__is_active":{"name":"order__billing_address__district__is_active","in":"query","description":"Filter by billing address's district active status.","schema":{"type":"string"}},"order__billing_address__district__city":{"name":"order__billing_address__district__city","in":"query","description":"Filter by billing address's district city.","schema":{"type":"string"}},"order__billing_address__district__township":{"name":"order__billing_address__district__township","in":"query","description":"Filter by billing address's district township.","schema":{"type":"string"}},"order__billing_address__district__pk":{"name":"order__billing_address__district__pk","in":"query","description":"Filter by billing address's district primary key.","schema":{"type":"string"}},"order__billing_address__district__pk__gt":{"name":"order__billing_address__district__pk__gt","in":"query","description":"Filter by billing address's district primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__district__pk__gte":{"name":"order__billing_address__district__pk__gte","in":"query","description":"Filter by billing address's district primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__district__pk__lt":{"name":"order__billing_address__district__pk__lt","in":"query","description":"Filter by billing address's district primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__district__pk__lte":{"name":"order__billing_address__district__pk__lte","in":"query","description":"Filter by billing address's district primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__district__mapping__created_date":{"name":"order__billing_address__district__mapping__created_date","in":"query","description":"Filter by billing address's district mapping creation date.","schema":{"type":"string"}},"order__billing_address__district__mapping__modified_date":{"name":"order__billing_address__district__mapping__modified_date","in":"query","description":"Filter by billing address's district mapping modification date.","schema":{"type":"string"}},"order__billing_address__district__mapping__content_type":{"name":"order__billing_address__district__mapping__content_type","in":"query","description":"Filter by billing address's district mapping content type.","schema":{"type":"string"}},"order__billing_address__district__mapping__object_id":{"name":"order__billing_address__district__mapping__object_id","in":"query","description":"Filter by billing address's district mapping object ID.","schema":{"type":"string"}},"order__billing_address__district__mapping__integration_type":{"name":"order__billing_address__district__mapping__integration_type","in":"query","description":"Filter by billing address's district mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__billing_address__district__mapping__pk":{"name":"order__billing_address__district__mapping__pk","in":"query","description":"Filter by billing address's district mapping primary key.","schema":{"type":"string"}},"order__billing_address__district__mapping__pk__gt":{"name":"order__billing_address__district__mapping__pk__gt","in":"query","description":"Filter by billing address's district mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__district__mapping__pk__gte":{"name":"order__billing_address__district__mapping__pk__gte","in":"query","description":"Filter by billing address's district mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__district__mapping__pk__lt":{"name":"order__billing_address__district__mapping__pk__lt","in":"query","description":"Filter by billing address's district mapping primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__district__mapping__pk__lte":{"name":"order__billing_address__district__mapping__pk__lte","in":"query","description":"Filter by billing address's district mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__district__mapping__code__exact":{"name":"order__billing_address__district__mapping__code__exact","in":"query","description":"Filter by exact billing address's district mapping code.","schema":{"type":"string"}},"order__billing_address__district__name__exact":{"name":"order__billing_address__district__name__exact","in":"query","description":"Filter by exact billing address's district name.","schema":{"type":"string"}},"order__shipping_address__district__created_date":{"name":"order__shipping_address__district__created_date","in":"query","description":"Filter by shipping address's district creation date.","schema":{"type":"string"}},"order__shipping_address__district__modified_date":{"name":"order__shipping_address__district__modified_date","in":"query","description":"Filter by shipping address's district modification date.","schema":{"type":"string"}},"order__shipping_address__district__translations":{"name":"order__shipping_address__district__translations","in":"query","description":"Filter by shipping address's district translations.","schema":{"type":"string"}},"order__shipping_address__district__is_active":{"name":"order__shipping_address__district__is_active","in":"query","description":"Filter by shipping address's district active status.","schema":{"type":"string"}},"order__shipping_address__district__city":{"name":"order__shipping_address__district__city","in":"query","description":"Filter by shipping address's district city.","schema":{"type":"string"}},"order__shipping_address__district__township":{"name":"order__shipping_address__district__township","in":"query","description":"Filter by shipping address's district township.","schema":{"type":"string"}},"order__shipping_address__district__pk":{"name":"order__shipping_address__district__pk","in":"query","description":"Filter by shipping address's district primary key.","schema":{"type":"string"}},"order__shipping_address__district__pk__gt":{"name":"order__shipping_address__district__pk__gt","in":"query","description":"Filter by shipping address's district primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__district__pk__gte":{"name":"order__shipping_address__district__pk__gte","in":"query","description":"Filter by shipping address's district primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__district__pk__lt":{"name":"order__shipping_address__district__pk__lt","in":"query","description":"Filter by shipping address's district primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__district__pk__lte":{"name":"order__shipping_address__district__pk__lte","in":"query","description":"Filter by shipping address's district primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__district__mapping__created_date":{"name":"order__shipping_address__district__mapping__created_date","in":"query","description":"Filter by shipping address's district mapping creation date.","schema":{"type":"string"}},"order__shipping_address__district__mapping__modified_date":{"name":"order__shipping_address__district__mapping__modified_date","in":"query","description":"Filter by shipping address's district mapping modification date.","schema":{"type":"string"}},"order__shipping_address__district__mapping__content_type":{"name":"order__shipping_address__district__mapping__content_type","in":"query","description":"Filter by shipping address's district mapping content type.","schema":{"type":"string"}},"order__shipping_address__district__mapping__object_id":{"name":"order__shipping_address__district__mapping__object_id","in":"query","description":"Filter by shipping address's district mapping object ID.","schema":{"type":"string"}},"order__shipping_address__district__mapping__integration_type":{"name":"order__shipping_address__district__mapping__integration_type","in":"query","description":"Filter by shipping address's district mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__shipping_address__district__mapping__pk":{"name":"order__shipping_address__district__mapping__pk","in":"query","description":"Filter by shipping address's district mapping primary key.","schema":{"type":"string"}},"order__shipping_address__district__mapping__pk__gt":{"name":"order__shipping_address__district__mapping__pk__gt","in":"query","description":"Filter by shipping address's district mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__district__mapping__pk__gte":{"name":"order__shipping_address__district__mapping__pk__gte","in":"query","description":"Filter by shipping address's district mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__district__mapping__pk__lt":{"name":"order__shipping_address__district__mapping__pk__lt","in":"query","description":"Filter by shipping address's district mapping primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__district__mapping__pk__lte":{"name":"order__shipping_address__district__mapping__pk__lte","in":"query","description":"Filter by shipping address's district mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__district__mapping__code__exact":{"name":"order__shipping_address__district__mapping__code__exact","in":"query","description":"Filter by exact shipping address's district mapping code.","schema":{"type":"string"}},"order__shipping_address__district__name__exact":{"name":"order__shipping_address__district__name__exact","in":"query","description":"Filter by exact shipping address's district name.","schema":{"type":"string"}},"order__billing_address__retail_store__created_date":{"name":"order__billing_address__retail_store__created_date","in":"query","description":"Filter by billing address's retail store creation date.","schema":{"type":"string"}},"order__billing_address__retail_store__modified_date":{"name":"order__billing_address__retail_store__modified_date","in":"query","description":"Filter by billing address's retail store modification date.","schema":{"type":"string"}},"order__billing_address__retail_store__name":{"name":"order__billing_address__retail_store__name","in":"query","description":"Filter by billing address's retail store name.","schema":{"type":"string"}},"order__billing_address__retail_store__township":{"name":"order__billing_address__retail_store__township","in":"query","description":"Filter by billing address's retail store township.","schema":{"type":"string"}},"order__billing_address__retail_store__district":{"name":"order__billing_address__retail_store__district","in":"query","description":"Filter by billing address's retail store district.","schema":{"type":"string"}},"order__billing_address__retail_store__address":{"name":"order__billing_address__retail_store__address","in":"query","description":"Filter by billing address's retail store address.","schema":{"type":"string"}},"order__billing_address__retail_store__latitude":{"name":"order__billing_address__retail_store__latitude","in":"query","description":"Filter by billing address's retail store latitude.","schema":{"type":"string"}},"order__billing_address__retail_store__longitude":{"name":"order__billing_address__retail_store__longitude","in":"query","description":"Filter by billing address's retail store longitude.","schema":{"type":"string"}},"order__billing_address__retail_store__is_active":{"name":"order__billing_address__retail_store__is_active","in":"query","description":"Filter by billing address's retail store active status.","schema":{"type":"string"}},"order__billing_address__retail_store__click_and_collect":{"name":"order__billing_address__retail_store__click_and_collect","in":"query","description":"Filter by billing address's retail store click and collect status.","schema":{"type":"string"}},"order__billing_address__retail_store__kapida_enabled":{"name":"order__billing_address__retail_store__kapida_enabled","in":"query","description":"Filter by billing address's retail store kapida enabled status.","schema":{"type":"string"}},"order__billing_address__retail_store__fast_delivery":{"name":"order__billing_address__retail_store__fast_delivery","in":"query","description":"Filter by billing address's retail store fast delivery status.","schema":{"type":"string"}},"order__billing_address__retail_store__store_type":{"name":"order__billing_address__retail_store__store_type","in":"query","description":"Filter by billing address's retail store type.","schema":{"type":"string"}},"order__billing_address__retail_store__query":{"name":"order__billing_address__retail_store__query","in":"query","description":"Filter by billing address's retail store query.","schema":{"type":"string"}},"order__billing_address__retail_store__group":{"name":"order__billing_address__retail_store__group","in":"query","description":"Filter by billing address's retail store group.","schema":{"type":"string"}},"order__billing_address__retail_store__related_retail_stores":{"name":"order__billing_address__retail_store__related_retail_stores","in":"query","description":"Filter by billing address's retail store related retail stores.","schema":{"type":"string"}},"order__billing_address__retail_store__sort_order":{"name":"order__billing_address__retail_store__sort_order","in":"query","description":"Filter by billing address's retail store sort order.","schema":{"type":"string"}},"order__billing_address__retail_store__is_return_accepted":{"name":"order__billing_address__retail_store__is_return_accepted","in":"query","description":"Filter by billing address's retail store return accepted status.","schema":{"type":"string"}},"order__billing_address__retail_store__channels":{"name":"order__billing_address__retail_store__channels","in":"query","description":"Filter by billing address's retail store channels.","schema":{"type":"string"}},"order__billing_address__retail_store__pk":{"name":"order__billing_address__retail_store__pk","in":"query","description":"Filter by billing address's retail store primary key.","schema":{"type":"string"}},"order__billing_address__retail_store__pk__gt":{"name":"order__billing_address__retail_store__pk__gt","in":"query","description":"Filter by billing address's retail store primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__pk__gte":{"name":"order__billing_address__retail_store__pk__gte","in":"query","description":"Filter by billing address's retail store primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__pk__lt":{"name":"order__billing_address__retail_store__pk__lt","in":"query","description":"Filter by billing address's retail store primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__pk__lte":{"name":"order__billing_address__retail_store__pk__lte","in":"query","description":"Filter by billing address's retail store primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__erp_code":{"name":"order__billing_address__retail_store__erp_code","in":"query","description":"Filter by billing address's retail store ERP code.","schema":{"type":"string"}},"order__billing_address__retail_store__erp_code_iexact":{"name":"order__billing_address__retail_store__erp_code_iexact","in":"query","description":"Filter by billing address's retail store ERP code (case insensitive).","schema":{"type":"string"}},"order__billing_address__retail_store__erp_code__in":{"name":"order__billing_address__retail_store__erp_code__in","in":"query","description":"Filter by billing address's retail store ERP code (in a list).","schema":{"type":"string"}},"order__billing_address__retail_store__integration_type":{"name":"order__billing_address__retail_store__integration_type","in":"query","description":"Filter by billing address's retail store integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__billing_address__retail_store__related_retail_store_exclude":{"name":"order__billing_address__retail_store__related_retail_store_exclude","in":"query","description":"Filter by billing address's retail store related retail store exclude.","schema":{"type":"string"}},"order__billing_address__retail_store__retail_store_exclude":{"name":"order__billing_address__retail_store__retail_store_exclude","in":"query","description":"Filter by billing address's retail store retail store exclude.","schema":{"type":"string"}},"order__shipping_address__retail_store__created_date":{"name":"order__shipping_address__retail_store__created_date","in":"query","description":"Filter by shipping address's retail store creation date.","schema":{"type":"string"}},"order__shipping_address__retail_store__modified_date":{"name":"order__shipping_address__retail_store__modified_date","in":"query","description":"Filter by shipping address's retail store modification date.","schema":{"type":"string"}},"order__shipping_address__retail_store__name":{"name":"order__shipping_address__retail_store__name","in":"query","description":"Filter by shipping address's retail store name.","schema":{"type":"string"}},"order__shipping_address__retail_store__township":{"name":"order__shipping_address__retail_store__township","in":"query","description":"Filter by shipping address's retail store township.","schema":{"type":"string"}},"order__shipping_address__retail_store__district":{"name":"order__shipping_address__retail_store__district","in":"query","description":"Filter by shipping address's retail store district.","schema":{"type":"string"}},"order__shipping_address__retail_store__address":{"name":"order__shipping_address__retail_store__address","in":"query","description":"Filter by shipping address's retail store address.","schema":{"type":"string"}},"order__shipping_address__retail_store__latitude":{"name":"order__shipping_address__retail_store__latitude","in":"query","description":"Filter by shipping address's retail store latitude.","schema":{"type":"string"}},"order__shipping_address__retail_store__longitude":{"name":"order__shipping_address__retail_store__longitude","in":"query","description":"Filter by shipping address's retail store longitude.","schema":{"type":"string"}},"order__shipping_address__retail_store__is_active":{"name":"order__shipping_address__retail_store__is_active","in":"query","description":"Filter by shipping address's retail store active status.","schema":{"type":"string"}},"order__shipping_address__retail_store__click_and_collect":{"name":"order__shipping_address__retail_store__click_and_collect","in":"query","description":"Filter by shipping address's retail store click and collect status.","schema":{"type":"string"}},"order__shipping_address__retail_store__kapida_enabled":{"name":"order__shipping_address__retail_store__kapida_enabled","in":"query","description":"Filter by shipping address's retail store kapida enabled status.","schema":{"type":"string"}},"order__shipping_address__retail_store__fast_delivery":{"name":"order__shipping_address__retail_store__fast_delivery","in":"query","description":"Filter by shipping address's retail store fast delivery status.","schema":{"type":"string"}},"order__shipping_address__retail_store__store_type":{"name":"order__shipping_address__retail_store__store_type","in":"query","description":"Filter by shipping address's retail store type.","schema":{"type":"string"}},"order__shipping_address__retail_store__query":{"name":"order__shipping_address__retail_store__query","in":"query","description":"Filter by shipping address's retail store query.","schema":{"type":"string"}},"order__shipping_address__retail_store__group":{"name":"order__shipping_address__retail_store__group","in":"query","description":"Filter by shipping address's retail store group.","schema":{"type":"string"}},"order__shipping_address__retail_store__related_retail_stores":{"name":"order__shipping_address__retail_store__related_retail_stores","in":"query","description":"Filter by shipping address's retail store related retail stores.","schema":{"type":"string"}},"order__shipping_address__retail_store__sort_order":{"name":"order__shipping_address__retail_store__sort_order","in":"query","description":"Filter by shipping address's retail store sort order.","schema":{"type":"string"}},"order__shipping_address__retail_store__is_return_accepted":{"name":"order__shipping_address__retail_store__is_return_accepted","in":"query","description":"Filter by shipping address's retail store return accepted status.","schema":{"type":"string"}},"order__shipping_address__retail_store__channels":{"name":"order__shipping_address__retail_store__channels","in":"query","description":"Filter by shipping address's retail store channels.","schema":{"type":"string"}},"order__shipping_address__retail_store__pk":{"name":"order__shipping_address__retail_store__pk","in":"query","description":"Filter by shipping address's retail store primary key.","schema":{"type":"string"}},"order__shipping_address__retail_store__pk__gt":{"name":"order__shipping_address__retail_store__pk__gt","in":"query","description":"Filter by shipping address's retail store primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__pk__gte":{"name":"order__shipping_address__retail_store__pk__gte","in":"query","description":"Filter by shipping address's retail store primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__pk__lt":{"name":"order__shipping_address__retail_store__pk__lt","in":"query","description":"Filter by shipping address's retail store primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__pk__lte":{"name":"order__shipping_address__retail_store__pk__lte","in":"query","description":"Filter by shipping address's retail store primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__erp_code":{"name":"order__shipping_address__retail_store__erp_code","in":"query","description":"Filter by shipping address's retail store ERP code.","schema":{"type":"string"}},"order__shipping_address__retail_store__erp_code_iexact":{"name":"order__shipping_address__retail_store__erp_code_iexact","in":"query","description":"Filter by shipping address's retail store ERP code (case insensitive).","schema":{"type":"string"}},"order__shipping_address__retail_store__erp_code__in":{"name":"order__shipping_address__retail_store__erp_code__in","in":"query","description":"Filter by shipping address's retail store ERP code (in a list).","schema":{"type":"string"}},"order__shipping_address__retail_store__integration_type":{"name":"order__shipping_address__retail_store__integration_type","in":"query","description":"Filter by shipping address's retail store integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__shipping_address__retail_store__related_retail_store_exclude":{"name":"order__shipping_address__retail_store__related_retail_store_exclude","in":"query","description":"Filter by shipping address's retail store related retail store exclude.","schema":{"type":"string"}},"order__shipping_address__retail_store__retail_store_exclude":{"name":"order__shipping_address__retail_store__retail_store_exclude","in":"query","description":"Filter by shipping address's retail store retail store exclude.","schema":{"type":"string"}},"order__billing_address__retail_store__country__created_date":{"name":"order__billing_address__retail_store__country__created_date","in":"query","description":"Filter by billing address's country creation date.","schema":{"type":"string"}},"order__billing_address__retail_store__country__modified_date":{"name":"order__billing_address__retail_store__country__modified_date","in":"query","description":"Filter by billing address's country modification date.","schema":{"type":"string"}},"order__billing_address__retail_store__country__is_active":{"name":"order__billing_address__retail_store__country__is_active","in":"query","description":"Filter by billing address's country active status.","schema":{"type":"string"}},"order__billing_address__retail_store__country__pk":{"name":"order__billing_address__retail_store__country__pk","in":"query","description":"Filter by billing address's country primary key.","schema":{"type":"string"}},"order__billing_address__retail_store__country__pk__gt":{"name":"order__billing_address__retail_store__country__pk__gt","in":"query","description":"Filter by billing address's country primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__country__pk__gte":{"name":"order__billing_address__retail_store__country__pk__gte","in":"query","description":"Filter by billing address's country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__country__pk__lt":{"name":"order__billing_address__retail_store__country__pk__lt","in":"query","description":"Filter by billing address's country primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__country__pk__lte":{"name":"order__billing_address__retail_store__country__pk__lte","in":"query","description":"Filter by billing address's country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__country__name__exact":{"name":"order__billing_address__retail_store__country__name__exact","in":"query","description":"Filter by exact billing address's country name.","schema":{"type":"string"}},"order__billing_address__retail_store__country__code__exact":{"name":"order__billing_address__retail_store__country__code__exact","in":"query","description":"Filter by exact billing address's country code.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__created_date":{"name":"order__shipping_address__retail_store__country__created_date","in":"query","description":"Filter by shipping address's country creation date.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__modified_date":{"name":"order__shipping_address__retail_store__country__modified_date","in":"query","description":"Filter by shipping address's country modification date.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__is_active":{"name":"order__shipping_address__retail_store__country__is_active","in":"query","description":"Filter by shipping address's country active status.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__pk":{"name":"order__shipping_address__retail_store__country__pk","in":"query","description":"Filter by shipping address's country primary key.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__pk__gt":{"name":"order__shipping_address__retail_store__country__pk__gt","in":"query","description":"Filter by shipping address's country primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__pk__gte":{"name":"order__shipping_address__retail_store__country__pk__gte","in":"query","description":"Filter by shipping address's country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__pk__lt":{"name":"order__shipping_address__retail_store__country__pk__lt","in":"query","description":"Filter by shipping address's country primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__pk__lte":{"name":"order__shipping_address__retail_store__country__pk__lte","in":"query","description":"Filter by shipping address's country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__name__exact":{"name":"order__shipping_address__retail_store__country__name__exact","in":"query","description":"Filter by exact shipping address's country name.","schema":{"type":"string"}},"order__shipping_address__retail_store__country__code__exact":{"name":"order__shipping_address__retail_store__country__code__exact","in":"query","description":"Filter by exact shipping address's country code.","schema":{"type":"string"}},"order__billing_address__retail_store__city__created_date":{"name":"order__billing_address__retail_store__city__created_date","in":"query","description":"Filter by billing address's city creation date.","schema":{"type":"string"}},"order__billing_address__retail_store__city__modified_date":{"name":"order__billing_address__retail_store__city__modified_date","in":"query","description":"Filter by billing address's city modification date.","schema":{"type":"string"}},"order__billing_address__retail_store__city__is_active":{"name":"order__billing_address__retail_store__city__is_active","in":"query","description":"Filter by billing address's city active status.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__created_date":{"name":"order__billing_address__retail_store__city__country__created_date","in":"query","description":"Filter by billing address's city country creation date.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__modified_date":{"name":"order__billing_address__retail_store__city__country__modified_date","in":"query","description":"Filter by billing address's city country modification date.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__is_active":{"name":"order__billing_address__retail_store__city__country__is_active","in":"query","description":"Filter by billing address's city country active status.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__pk":{"name":"order__billing_address__retail_store__city__country__pk","in":"query","description":"Filter by billing address's city country primary key.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__pk__gt":{"name":"order__billing_address__retail_store__city__country__pk__gt","in":"query","description":"Filter by billing address's city country primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__pk__gte":{"name":"order__billing_address__retail_store__city__country__pk__gte","in":"query","description":"Filter by billing address's city country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__pk__lt":{"name":"order__billing_address__retail_store__city__country__pk__lt","in":"query","description":"Filter by billing address's city country primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__pk__lte":{"name":"order__billing_address__retail_store__city__country__pk__lte","in":"query","description":"Filter by billing address's city country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__created_date":{"name":"order__billing_address__retail_store__city__country__mapping__created_date","in":"query","description":"Filter by billing address's city country mapping creation date.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__modified_date":{"name":"order__billing_address__retail_store__city__country__mapping__modified_date","in":"query","description":"Filter by billing address's city country mapping modification date.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__content_type":{"name":"order__billing_address__retail_store__city__country__mapping__content_type","in":"query","description":"Filter by billing address's city country mapping content type.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__object_id":{"name":"order__billing_address__retail_store__city__country__mapping__object_id","in":"query","description":"Filter by billing address's city country mapping object ID.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__integration_type":{"name":"order__billing_address__retail_store__city__country__mapping__integration_type","in":"query","description":"Filter by billing address's city country mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__billing_address__retail_store__city__country__mapping__pk":{"name":"order__billing_address__retail_store__city__country__mapping__pk","in":"query","description":"Filter by billing address's city country mapping primary key.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__pk__gt":{"name":"order__billing_address__retail_store__city__country__mapping__pk__gt","in":"query","description":"Filter by billing address's city country mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__pk__gte":{"name":"order__billing_address__retail_store__city__country__mapping__pk__gte","in":"query","description":"Filter by billing address's city country mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__pk__lt":{"name":"order__billing_address__retail_store__city__country__mapping__pk__lt","in":"query","description":"Filter by billing address's city country mapping primary key less than a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__pk__lte":{"name":"order__billing_address__retail_store__city__country__mapping__pk__lte","in":"query","description":"Filter by billing address's city country mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__mapping__code__exact":{"name":"order__billing_address__retail_store__city__country__mapping__code__exact","in":"query","description":"Filter by exact billing address's city country mapping code.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__name__exact":{"name":"order__billing_address__retail_store__city__country__name__exact","in":"query","description":"Filter by exact billing address's city country name.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__code__exact":{"name":"order__billing_address__retail_store__city__country__code__exact","in":"query","description":"Filter by exact billing address's city country code.","schema":{"type":"string"}},"order__billing_address__retail_store__city__country__priority":{"name":"order__billing_address__retail_store__city__country__priority","in":"query","description":"Filter by billing address's city country priority.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__created_date":{"name":"order__shipping_address__retail_store__city__created_date","in":"query","description":"Filter by shipping address's city creation date.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__modified_date":{"name":"order__shipping_address__retail_store__city__modified_date","in":"query","description":"Filter by shipping address's city modification date.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__is_active":{"name":"order__shipping_address__retail_store__city__is_active","in":"query","description":"Filter by shipping address's city active status.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__created_date":{"name":"order__shipping_address__retail_store__city__country__created_date","in":"query","description":"Filter by shipping address's city country creation date.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__modified_date":{"name":"order__shipping_address__retail_store__city__country__modified_date","in":"query","description":"Filter by shipping address's city country modification date.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__is_active":{"name":"order__shipping_address__retail_store__city__country__is_active","in":"query","description":"Filter by shipping address's city country active status.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__pk":{"name":"order__shipping_address__retail_store__city__country__pk","in":"query","description":"Filter by shipping address's city country primary key.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__pk__gt":{"name":"order__shipping_address__retail_store__city__country__pk__gt","in":"query","description":"Filter by shipping address's city country primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__pk__gte":{"name":"order__shipping_address__retail_store__city__country__pk__gte","in":"query","description":"Filter by shipping address's city country primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__pk__lt":{"name":"order__shipping_address__retail_store__city__country__pk__lt","in":"query","description":"Filter by shipping address's city country primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__pk__lte":{"name":"order__shipping_address__retail_store__city__country__pk__lte","in":"query","description":"Filter by shipping address's city country primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__created_date":{"name":"order__shipping_address__retail_store__city__country__mapping__created_date","in":"query","description":"Filter by shipping address's city country mapping creation date.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__modified_date":{"name":"order__shipping_address__retail_store__city__country__mapping__modified_date","in":"query","description":"Filter by shipping address's city country mapping modification date.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__content_type":{"name":"order__shipping_address__retail_store__city__country__mapping__content_type","in":"query","description":"Filter by shipping address's city country mapping content type.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__object_id":{"name":"order__shipping_address__retail_store__city__country__mapping__object_id","in":"query","description":"Filter by shipping address's city country mapping object ID.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__integration_type":{"name":"order__shipping_address__retail_store__city__country__mapping__integration_type","in":"query","description":"Filter by shipping address's city country mapping integration type.","schema":{"type":"string","enum":["hepsiburada","hepsiburadaads","n11","web","external_company","gittigidiyor","trendyol","ups","morhipo","morhipoV2","amazon","b2c_direct","allegro","akinon","ay_cargo","aliexpress","emag","yurtici","ciceksepeti","fancourier","diva","hana","gordumaldim","pazarama","flo","dpd","cdek","turkcellds","sales_channel","kolay_gelsin","sameday","sendeo","cargus","dataeva","speedy","modanisa"]}},"order__shipping_address__retail_store__city__country__mapping__pk":{"name":"order__shipping_address__retail_store__city__country__mapping__pk","in":"query","description":"Filter by shipping address's city country mapping primary key.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__pk__gt":{"name":"order__shipping_address__retail_store__city__country__mapping__pk__gt","in":"query","description":"Filter by shipping address's city country mapping primary key greater than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__pk__gte":{"name":"order__shipping_address__retail_store__city__country__mapping__pk__gte","in":"query","description":"Filter by shipping address's city country mapping primary key greater than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__pk__lt":{"name":"order__shipping_address__retail_store__city__country__mapping__pk__lt","in":"query","description":"Filter by shipping address's city country mapping primary key less than a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__pk__lte":{"name":"order__shipping_address__retail_store__city__country__mapping__pk__lte","in":"query","description":"Filter by shipping address's city country mapping primary key less than or equal to a specific value.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__mapping__code__exact":{"name":"order__shipping_address__retail_store__city__country__mapping__code__exact","in":"query","description":"Filter by exact shipping address's city country mapping code.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__name__exact":{"name":"order__shipping_address__retail_store__city__country__name__exact","in":"query","description":"Filter by exact shipping address's city country name.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__code__exact":{"name":"order__shipping_address__retail_store__city__country__code__exact","in":"query","description":"Filter by exact shipping address's city country code.","schema":{"type":"string"}},"order__shipping_address__retail_store__city__country__priority":{"name":"order__shipping_address__retail_store__city__country__priority","in":"query","description":"Filter by shipping address's city country priority.","schema":{"type":"string"}}},"schemas":{"ShippingCompany":{"type":"string","description":"Shipping company options","enum":["aras","ups","asil","yurtici","mng","hbexpress","aramex","other","ismail","gls","hoopkapida","fancourier","tmmexpress","ptt","horoz","novaposhta","droplight","surat","ups_intl","b2c_direct","jetizz","tyexpress","ay_cargo","cainiao","acs","packupp","k_gelsin","birgunde","kargo_ist","giz","mylerz","mylerzsdd","r2s","boomex","chrono","scotty","netkargo","murat_lgc","fast_cargo","dpd","in_post","k_sende","rupost","cdek","loomis","carrtell","speeta","bringo","dhlexpress","bovo","gelal","arvato","bpost_athome","bpost_24_7","cathedis","dincer","sameday","gkn","svuum","hjetxl","aramex_express","tnt_cargo","ceva_cargo","bringo_express","sendeo","cargus","pinkpost","speedy","deliverigo","jetizz_v7","evdemo_lojistik","extension","apiship","octovan_express","clickpost","iMile","jetlogi","bolt","pony_express","boxaty","monist","city_express","fero_ai","carriyo","pakettaxi","falcon_flex","porter_express","sky_express","pts_express","bpost_pickup"]},"OrderShippingInfoGet":{"type":"object","allOf":[{"$ref":"#/components/schemas/StarterModel"}],"properties":{"pk":{"type":"integer","readOnly":true},"order":{"type":"integer","description":"Associated Order value"},"shipping_company":{"$ref":"#/components/schemas/ShippingCompany"},"send_request":{"type":"string","description":"Request information","nullable":true},"send_response":{"type":"object","description":"Response information"},"is_send":{"type":"boolean","description":"ERP's is_send condition"},"cargo_label":{"type":"string","format":"uri","nullable":true,"description":"Cargo label information (URL)"},"shipping_option_group":{"type":"integer","description":"Associated Shipping Option Group value","nullable":true},"order_number":{"type":"string","description":"Order number"}}},"StarterModel":{"type":"object","properties":{"created_date":{"type":"string","format":"date-time","readOnly":true,"description":"The date and time when the object was created."},"modified_date":{"type":"string","format":"date-time","description":"The date and time when the object was last modified."}}}},"responses":{"401":{"description":"Unauthorized Access","content":{"application/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","description":"Contains a detailed description of the error."},"code":{"type":"string","description":"Represents the server-side error code."}}}}}},"403":{"description":"Forbidden"},"404":{"description":"The given resource or object was not found or does not exist.","content":{"application/json":{"schema":{"type":"object","properties":{"detail":{"description":"Contains a detailed description of the error.","type":"string"}}}}}},"500":{"description":"Server Error"}}},"paths":{"/api/v1/order_shipping_infos/":{"get":{"tags":["Order Shipping Info"],"summary":"List order shipping infos","description":"List all order shipping infos","parameters":[{"$ref":"#/components/parameters/page"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/created_date"},{"$ref":"#/components/parameters/modified_date"},{"$ref":"#/components/parameters/shipping_company"},{"$ref":"#/components/parameters/shipping_option_group"},{"$ref":"#/components/parameters/is_send"},{"$ref":"#/components/parameters/cargo_label"},{"$ref":"#/components/parameters/pk"},{"$ref":"#/components/parameters/pk__gt"},{"$ref":"#/components/parameters/pk__gte"},{"$ref":"#/components/parameters/pk__lt"},{"$ref":"#/components/parameters/pk__lte"},{"$ref":"#/components/parameters/order__created_date"},{"$ref":"#/components/parameters/order__modified_date"},{"$ref":"#/components/parameters/order__status"},{"$ref":"#/components/parameters/order__shipping_address"},{"$ref":"#/components/parameters/order__billing_address"},{"$ref":"#/components/parameters/order__currency"},{"$ref":"#/components/parameters/order__amount"},{"$ref":"#/components/parameters/order__discount_amount"},{"$ref":"#/components/parameters/order__shipping_amount"},{"$ref":"#/components/parameters/order__shipping_tax_rate"},{"$ref":"#/components/parameters/order__refund_amount"},{"$ref":"#/components/parameters/order__discount_refund_amount"},{"$ref":"#/components/parameters/order__shipping_refund_amount"},{"$ref":"#/components/parameters/order__invoice_date"},{"$ref":"#/components/parameters/order__tracking_number"},{"$ref":"#/components/parameters/order__remote_addr"},{"$ref":"#/components/parameters/order__has_gift_box"},{"$ref":"#/components/parameters/order__channel"},{"$ref":"#/components/parameters/order__customer"},{"$ref":"#/components/parameters/order__date_placed"},{"$ref":"#/components/parameters/order__extra_field"},{"$ref":"#/components/parameters/order__installment"},{"$ref":"#/components/parameters/order__installment_count"},{"$ref":"#/components/parameters/order__installment_interest_amount"},{"$ref":"#/components/parameters/order__cargo_company"},{"$ref":"#/components/parameters/order__is_send"},{"$ref":"#/components/parameters/order__cancellation_info"},{"$ref":"#/components/parameters/order__shipping_interest_amount"},{"$ref":"#/components/parameters/order__external_status"},{"$ref":"#/components/parameters/order__client_type"},{"$ref":"#/components/parameters/order__checkout_provider_id"},{"$ref":"#/components/parameters/order__installment_free"},{"$ref":"#/components/parameters/order__pk"},{"$ref":"#/components/parameters/order__pk__gt"},{"$ref":"#/components/parameters/order__pk__gte"},{"$ref":"#/components/parameters/order__pk__lt"},{"$ref":"#/components/parameters/order__pk__lte"},{"$ref":"#/components/parameters/order__has_gift_node"},{"$ref":"#/components/parameters/order__orderitem__cancel_status"},{"$ref":"#/components/parameters/order__orderitem__status"},{"$ref":"#/components/parameters/order__e_archive_url__isnull"},{"$ref":"#/components/parameters/order__invoice_number__isnull"},{"$ref":"#/components/parameters/order__sku"},{"$ref":"#/components/parameters/order__base_code"},{"$ref":"#/components/parameters/order__pos"},{"$ref":"#/components/parameters/order__number__exact"},{"$ref":"#/components/parameters/order__cancellation_plan_status"},{"$ref":"#/components/parameters/order__coupon_code"},{"$ref":"#/components/parameters/order__data_source"},{"$ref":"#/components/parameters/order__vendororder__isnull"},{"$ref":"#/components/parameters/order__succeeded_transaction"},{"$ref":"#/components/parameters/order__brand_exact"},{"$ref":"#/components/parameters/order__waiting_capture"},{"$ref":"#/components/parameters/order__erp_code"},{"$ref":"#/components/parameters/order__mapping__created_date"},{"$ref":"#/components/parameters/order__mapping__modified_date"},{"$ref":"#/components/parameters/order__mapping__content_type"},{"$ref":"#/components/parameters/order__mapping__object_id"},{"$ref":"#/components/parameters/order__mapping__integration_type"},{"$ref":"#/components/parameters/order__mapping__pk"},{"$ref":"#/components/parameters/order__mapping__pk__gt"},{"$ref":"#/components/parameters/order__mapping__pk__gte"},{"$ref":"#/components/parameters/order__mapping__pk__lt"},{"$ref":"#/components/parameters/order__mapping__pk__lte"},{"$ref":"#/components/parameters/order__mapping__code__exact"},{"$ref":"#/components/parameters/order__customer__created_date"},{"$ref":"#/components/parameters/order__customer__modified_date"},{"$ref":"#/components/parameters/order__customer__attributes"},{"$ref":"#/components/parameters/order__customer__channel"},{"$ref":"#/components/parameters/order__customer__is_active"},{"$ref":"#/components/parameters/order__customer__channel_code"},{"$ref":"#/components/parameters/order__customer__extra_field"},{"$ref":"#/components/parameters/order__customer__email_allowed"},{"$ref":"#/components/parameters/order__customer__sms_allowed"},{"$ref":"#/components/parameters/order__customer__call_allowed"},{"$ref":"#/components/parameters/order__customer__date_joined"},{"$ref":"#/components/parameters/order__customer__date_of_birth"},{"$ref":"#/components/parameters/order__customer__pk"},{"$ref":"#/components/parameters/order__customer__pk__gt"},{"$ref":"#/components/parameters/order__customer__pk__gte"},{"$ref":"#/components/parameters/order__customer__pk__lt"},{"$ref":"#/components/parameters/order__customer__pk__lte"},{"$ref":"#/components/parameters/order__discountitem__created_date"},{"$ref":"#/components/parameters/order__discountitem__modified_date"},{"$ref":"#/components/parameters/order__discountitem__amount"},{"$ref":"#/components/parameters/order__discountitem__order"},{"$ref":"#/components/parameters/order__discountitem__cancel_amount"},{"$ref":"#/components/parameters/order__discountitem__promotion"},{"$ref":"#/components/parameters/order__discountitem__data_source_discount_sharing_rate"},{"$ref":"#/components/parameters/order__discountitem__pk"},{"$ref":"#/components/parameters/order__discountitem__pk__gt"},{"$ref":"#/components/parameters/order__discountitem__pk__gte"},{"$ref":"#/components/parameters/order__discountitem__pk__lt"},{"$ref":"#/components/parameters/order__discountitem__pk__lte"},{"$ref":"#/components/parameters/order__external_status__created_date"},{"$ref":"#/components/parameters/order__external_status__modified_date"},{"$ref":"#/components/parameters/order__external_status__uuid"},{"$ref":"#/components/parameters/order__external_status__pk"},{"$ref":"#/components/parameters/order__external_status__pk__gt"},{"$ref":"#/components/parameters/order__external_status__pk__gte"},{"$ref":"#/components/parameters/order__external_status__pk__lt"},{"$ref":"#/components/parameters/order__external_status__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__created_date"},{"$ref":"#/components/parameters/order__billing_address__modified_date"},{"$ref":"#/components/parameters/order__billing_address__is_active"},{"$ref":"#/components/parameters/order__billing_address__notes"},{"$ref":"#/components/parameters/order__billing_address__e_bill_tax_payer"},{"$ref":"#/components/parameters/order__billing_address__country"},{"$ref":"#/components/parameters/order__billing_address__city"},{"$ref":"#/components/parameters/order__billing_address__township"},{"$ref":"#/components/parameters/order__billing_address__district"},{"$ref":"#/components/parameters/order__billing_address__retail_store"},{"$ref":"#/components/parameters/order__billing_address__extra_field"},{"$ref":"#/components/parameters/order__billing_address__customer"},{"$ref":"#/components/parameters/order__billing_address__pk"},{"$ref":"#/components/parameters/order__billing_address__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__hash_data_exact"},{"$ref":"#/components/parameters/order__shipping_address__created_date"},{"$ref":"#/components/parameters/order__shipping_address__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__is_active"},{"$ref":"#/components/parameters/order__shipping_address__notes"},{"$ref":"#/components/parameters/order__shipping_address__e_bill_tax_payer"},{"$ref":"#/components/parameters/order__shipping_address__country"},{"$ref":"#/components/parameters/order__shipping_address__city"},{"$ref":"#/components/parameters/order__shipping_address__township"},{"$ref":"#/components/parameters/order__shipping_address__district"},{"$ref":"#/components/parameters/order__shipping_address__retail_store"},{"$ref":"#/components/parameters/order__shipping_address__extra_field"},{"$ref":"#/components/parameters/order__shipping_address__customer"},{"$ref":"#/components/parameters/order__shipping_address__pk"},{"$ref":"#/components/parameters/order__shipping_address__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__hash_data_exact"},{"$ref":"#/components/parameters/order__billing_address__mapping__created_date"},{"$ref":"#/components/parameters/order__billing_address__mapping__modified_date"},{"$ref":"#/components/parameters/order__billing_address__mapping__content_type"},{"$ref":"#/components/parameters/order__billing_address__mapping__object_id"},{"$ref":"#/components/parameters/order__billing_address__mapping__integration_type"},{"$ref":"#/components/parameters/order__billing_address__mapping__pk"},{"$ref":"#/components/parameters/order__billing_address__mapping__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__mapping__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__mapping__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__mapping__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__mapping__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__mapping__created_date"},{"$ref":"#/components/parameters/order__shipping_address__mapping__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__mapping__content_type"},{"$ref":"#/components/parameters/order__shipping_address__mapping__object_id"},{"$ref":"#/components/parameters/order__shipping_address__mapping__integration_type"},{"$ref":"#/components/parameters/order__shipping_address__mapping__pk"},{"$ref":"#/components/parameters/order__shipping_address__mapping__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__mapping__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__mapping__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__mapping__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__mapping__code__exact"},{"$ref":"#/components/parameters/order__billing_address__customer__created_date"},{"$ref":"#/components/parameters/order__billing_address__customer__modified_date"},{"$ref":"#/components/parameters/order__billing_address__customer__attributes"},{"$ref":"#/components/parameters/order__billing_address__customer__channel"},{"$ref":"#/components/parameters/order__billing_address__customer__is_active"},{"$ref":"#/components/parameters/order__billing_address__customer__channel_code"},{"$ref":"#/components/parameters/order__billing_address__customer__extra_field"},{"$ref":"#/components/parameters/order__billing_address__customer__email_allowed"},{"$ref":"#/components/parameters/order__billing_address__customer__sms_allowed"},{"$ref":"#/components/parameters/order__billing_address__customer__call_allowed"},{"$ref":"#/components/parameters/order__billing_address__customer__date_joined"},{"$ref":"#/components/parameters/order__billing_address__customer__date_of_birth"},{"$ref":"#/components/parameters/order__billing_address__customer__pk"},{"$ref":"#/components/parameters/order__billing_address__customer__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__customer__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__customer__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__customer__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__customer__created_date"},{"$ref":"#/components/parameters/order__shipping_address__customer__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__customer__attributes"},{"$ref":"#/components/parameters/order__shipping_address__customer__channel"},{"$ref":"#/components/parameters/order__shipping_address__customer__is_active"},{"$ref":"#/components/parameters/order__shipping_address__customer__channel_code"},{"$ref":"#/components/parameters/order__shipping_address__customer__extra_field"},{"$ref":"#/components/parameters/order__shipping_address__customer__email_allowed"},{"$ref":"#/components/parameters/order__shipping_address__customer__sms_allowed"},{"$ref":"#/components/parameters/order__shipping_address__customer__call_allowed"},{"$ref":"#/components/parameters/order__shipping_address__customer__date_joined"},{"$ref":"#/components/parameters/order__shipping_address__customer__date_of_birth"},{"$ref":"#/components/parameters/order__shipping_address__customer__pk"},{"$ref":"#/components/parameters/order__shipping_address__customer__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__customer__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__customer__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__customer__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__country__created_date"},{"$ref":"#/components/parameters/order__billing_address__country__modified_date"},{"$ref":"#/components/parameters/order__billing_address__country__is_active"},{"$ref":"#/components/parameters/order__billing_address__country__pk"},{"$ref":"#/components/parameters/order__billing_address__country__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__country__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__country__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__country__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__country__name__exact"},{"$ref":"#/components/parameters/order__billing_address__country__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__country__created_date"},{"$ref":"#/components/parameters/order__shipping_address__country__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__country__is_active"},{"$ref":"#/components/parameters/order__shipping_address__country__pk"},{"$ref":"#/components/parameters/order__shipping_address__country__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__country__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__country__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__country__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__country__name__exact"},{"$ref":"#/components/parameters/order__shipping_address__country__code__exact"},{"$ref":"#/components/parameters/order__billing_address__city__created_date"},{"$ref":"#/components/parameters/order__billing_address__city__modified_date"},{"$ref":"#/components/parameters/order__billing_address__city__is_active"},{"$ref":"#/components/parameters/order__billing_address__city__country__created_date"},{"$ref":"#/components/parameters/order__billing_address__city__country__modified_date"},{"$ref":"#/components/parameters/order__billing_address__city__country__is_active"},{"$ref":"#/components/parameters/order__billing_address__city__country__pk"},{"$ref":"#/components/parameters/order__billing_address__city__country__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__city__country__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__city__country__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__city__country__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__created_date"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__modified_date"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__content_type"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__object_id"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__integration_type"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__pk"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__city__country__mapping__code__exact"},{"$ref":"#/components/parameters/order__billing_address__city__country__name__exact"},{"$ref":"#/components/parameters/order__billing_address__city__country__code__exact"},{"$ref":"#/components/parameters/order__billing_address__city__country__priority"},{"$ref":"#/components/parameters/order__shipping_address__city__created_date"},{"$ref":"#/components/parameters/order__shipping_address__city__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__city__is_active"},{"$ref":"#/components/parameters/order__shipping_address__city__country__created_date"},{"$ref":"#/components/parameters/order__shipping_address__city__country__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__city__country__is_active"},{"$ref":"#/components/parameters/order__shipping_address__city__country__pk"},{"$ref":"#/components/parameters/order__shipping_address__city__country__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__city__country__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__city__country__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__city__country__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__created_date"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__content_type"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__object_id"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__integration_type"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__pk"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__city__country__mapping__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__city__country__name__exact"},{"$ref":"#/components/parameters/order__shipping_address__city__country__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__city__country__priority"},{"$ref":"#/components/parameters/order__billing_address__township__created_date"},{"$ref":"#/components/parameters/order__billing_address__township__modified_date"},{"$ref":"#/components/parameters/order__billing_address__township__translations"},{"$ref":"#/components/parameters/order__billing_address__township__is_active"},{"$ref":"#/components/parameters/order__billing_address__township__city"},{"$ref":"#/components/parameters/order__billing_address__township__pk"},{"$ref":"#/components/parameters/order__billing_address__township__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__township__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__township__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__township__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__created_date"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__modified_date"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__content_type"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__object_id"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__integration_type"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__pk"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__township__mapping__code__exact"},{"$ref":"#/components/parameters/order__billing_address__township__name__exact"},{"$ref":"#/components/parameters/order__shipping_address__township__created_date"},{"$ref":"#/components/parameters/order__shipping_address__township__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__township__translations"},{"$ref":"#/components/parameters/order__shipping_address__township__is_active"},{"$ref":"#/components/parameters/order__shipping_address__township__city"},{"$ref":"#/components/parameters/order__shipping_address__township__pk"},{"$ref":"#/components/parameters/order__shipping_address__township__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__township__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__township__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__township__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__created_date"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__content_type"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__object_id"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__integration_type"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__pk"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__township__mapping__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__township__name__exact"},{"$ref":"#/components/parameters/order__billing_address__district__created_date"},{"$ref":"#/components/parameters/order__billing_address__district__modified_date"},{"$ref":"#/components/parameters/order__billing_address__district__translations"},{"$ref":"#/components/parameters/order__billing_address__district__is_active"},{"$ref":"#/components/parameters/order__billing_address__district__city"},{"$ref":"#/components/parameters/order__billing_address__district__township"},{"$ref":"#/components/parameters/order__billing_address__district__pk"},{"$ref":"#/components/parameters/order__billing_address__district__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__district__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__district__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__district__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__created_date"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__modified_date"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__content_type"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__object_id"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__integration_type"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__pk"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__district__mapping__code__exact"},{"$ref":"#/components/parameters/order__billing_address__district__name__exact"},{"$ref":"#/components/parameters/order__shipping_address__district__created_date"},{"$ref":"#/components/parameters/order__shipping_address__district__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__district__translations"},{"$ref":"#/components/parameters/order__shipping_address__district__is_active"},{"$ref":"#/components/parameters/order__shipping_address__district__city"},{"$ref":"#/components/parameters/order__shipping_address__district__township"},{"$ref":"#/components/parameters/order__shipping_address__district__pk"},{"$ref":"#/components/parameters/order__shipping_address__district__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__district__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__district__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__district__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__created_date"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__content_type"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__object_id"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__integration_type"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__pk"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__district__mapping__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__district__name__exact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__created_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__modified_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__name"},{"$ref":"#/components/parameters/order__billing_address__retail_store__township"},{"$ref":"#/components/parameters/order__billing_address__retail_store__district"},{"$ref":"#/components/parameters/order__billing_address__retail_store__address"},{"$ref":"#/components/parameters/order__billing_address__retail_store__latitude"},{"$ref":"#/components/parameters/order__billing_address__retail_store__longitude"},{"$ref":"#/components/parameters/order__billing_address__retail_store__is_active"},{"$ref":"#/components/parameters/order__billing_address__retail_store__click_and_collect"},{"$ref":"#/components/parameters/order__billing_address__retail_store__kapida_enabled"},{"$ref":"#/components/parameters/order__billing_address__retail_store__fast_delivery"},{"$ref":"#/components/parameters/order__billing_address__retail_store__store_type"},{"$ref":"#/components/parameters/order__billing_address__retail_store__query"},{"$ref":"#/components/parameters/order__billing_address__retail_store__group"},{"$ref":"#/components/parameters/order__billing_address__retail_store__related_retail_stores"},{"$ref":"#/components/parameters/order__billing_address__retail_store__sort_order"},{"$ref":"#/components/parameters/order__billing_address__retail_store__is_return_accepted"},{"$ref":"#/components/parameters/order__billing_address__retail_store__channels"},{"$ref":"#/components/parameters/order__billing_address__retail_store__pk"},{"$ref":"#/components/parameters/order__billing_address__retail_store__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__erp_code"},{"$ref":"#/components/parameters/order__billing_address__retail_store__erp_code_iexact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__erp_code__in"},{"$ref":"#/components/parameters/order__billing_address__retail_store__integration_type"},{"$ref":"#/components/parameters/order__billing_address__retail_store__related_retail_store_exclude"},{"$ref":"#/components/parameters/order__billing_address__retail_store__retail_store_exclude"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__created_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__name"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__township"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__district"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__address"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__latitude"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__longitude"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__is_active"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__click_and_collect"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__kapida_enabled"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__fast_delivery"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__store_type"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__query"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__group"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__related_retail_stores"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__sort_order"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__is_return_accepted"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__channels"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__pk"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__erp_code"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__erp_code_iexact"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__erp_code__in"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__integration_type"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__related_retail_store_exclude"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__retail_store_exclude"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__created_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__modified_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__is_active"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__pk"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__name__exact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__country__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__created_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__is_active"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__pk"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__name__exact"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__country__code__exact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__created_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__modified_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__is_active"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__created_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__modified_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__is_active"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__pk"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__created_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__modified_date"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__content_type"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__object_id"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__integration_type"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__pk"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__pk__gt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__pk__gte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__pk__lt"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__pk__lte"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__mapping__code__exact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__name__exact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__code__exact"},{"$ref":"#/components/parameters/order__billing_address__retail_store__city__country__priority"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__created_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__is_active"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__created_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__is_active"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__pk"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__created_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__modified_date"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__content_type"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__object_id"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__integration_type"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__pk"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__pk__gt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__pk__gte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__pk__lt"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__pk__lte"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__mapping__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__name__exact"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__code__exact"},{"$ref":"#/components/parameters/order__shipping_address__retail_store__city__country__priority"}],"responses":{"200":{"description":"Order shipping infos successfully listed","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"integer","description":"Total number of results."},"next":{"type":"string","format":"uri","nullable":true,"description":"URL of the next page of results."},"previous":{"type":"string","format":"uri","nullable":true,"description":"URL of the previous page of results."},"results":{"type":"array","items":{"$ref":"#/components/schemas/OrderShippingInfoGet"}}}}}}},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}}}}
```
