Skip to content

Commit 154df8e

Browse files
authored
Merge pull request #159 from ranjeetkumarkanaily/add-new-property-of-order
Added new missing fields for an order
2 parents c3c7204 + 406797b commit 154df8e

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
@@ -69,6 +69,15 @@ class Order < Resource
6969
property :shipping_cost_tax_class_id
7070
property :wrapping_cost_tax_class_id
7171
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+
7281

7382
def self.count(params = {})
7483
get 'orders/count', params

0 commit comments

Comments
 (0)