We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa8f0f commit 406797bCopy full SHA for 406797b
lib/bigcommerce/resources/orders/order.rb
@@ -67,6 +67,15 @@ class Order < Resource
67
property :shipping_cost_tax_class_id
68
property :wrapping_cost_tax_class_id
69
property :count
70
+ property :cart_id
71
+ property :channel_id
72
+ property :custom_status
73
+ property :external_id
74
+ property :external_merchant_id
75
+ property :store_default_currency_code
76
+ property :store_default_to_transactional_exchange_rate
77
+ property :tax_provider_id
78
+
79
80
def self.count(params = {})
81
get 'orders/count', params
0 commit comments