Skip to content

Commit d25bea7

Browse files
committed
added financial status field to order
1 parent 3c07965 commit d25bea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shopify/shopifyorder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ type Order struct {
265265
CreatedAt string `json:"created_at,omitempty"` //"2015-05-18T19:09:32-04:00"
266266
CancelledAt string `json:"cancelled_at,omitempty"` //"2015-05-18T19:09:32-04:00"
267267
InventoryBehaviour string `json:"inventory_behaviour,omitempty"`
268+
FinancialStatus string `json:"financial_status,omitempty"`
268269
}
269270

270271
// OrderResponse models the shopify API response for order

0 commit comments

Comments
 (0)