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.
2 parents c3c7204 + 406797b commit 154df8eCopy full SHA for 154df8e
lib/bigcommerce/resources/orders/order.rb
@@ -69,6 +69,15 @@ class Order < Resource
69
property :shipping_cost_tax_class_id
70
property :wrapping_cost_tax_class_id
71
property :count
72
+ property :cart_id
73
+ property :channel_id
74
+ property :custom_status
75
+ property :external_id
76
+ property :external_merchant_id
77
+ property :store_default_currency_code
78
+ property :store_default_to_transactional_exchange_rate
79
+ property :tax_provider_id
80
+
81
82
def self.count(params = {})
83
get 'orders/count', params
0 commit comments