Skip to content

Commit 406797b

Browse files
Added new missing fields for an order
1 parent 0aa8f0f commit 406797b

File tree

1 file changed

+9
-0
lines changed
  • lib/bigcommerce/resources/orders

1 file changed

+9
-0
lines changed

lib/bigcommerce/resources/orders/order.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ class Order < Resource
6767
property :shipping_cost_tax_class_id
6868
property :wrapping_cost_tax_class_id
6969
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+
7079

7180
def self.count(params = {})
7281
get 'orders/count', params

0 commit comments

Comments
 (0)