Skip to content

Commit

Permalink
Merge pull request #159 from ranjeetkumarkanaily/add-new-property-of-…
Browse files Browse the repository at this point in the history
…order

Added new missing fields for an order
  • Loading branch information
bc-chaz authored Aug 26, 2022
2 parents c3c7204 + 406797b commit 154df8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/bigcommerce/resources/orders/order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ class Order < Resource
property :shipping_cost_tax_class_id
property :wrapping_cost_tax_class_id
property :count
property :cart_id
property :channel_id
property :custom_status
property :external_id
property :external_merchant_id
property :store_default_currency_code
property :store_default_to_transactional_exchange_rate
property :tax_provider_id


def self.count(params = {})
get 'orders/count', params
Expand Down

0 comments on commit 154df8e

Please sign in to comment.