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.
1 parent 3c07965 commit d25bea7Copy full SHA for d25bea7
shopify/shopifyorder.go
@@ -265,6 +265,7 @@ type Order struct {
265
CreatedAt string `json:"created_at,omitempty"` //"2015-05-18T19:09:32-04:00"
266
CancelledAt string `json:"cancelled_at,omitempty"` //"2015-05-18T19:09:32-04:00"
267
InventoryBehaviour string `json:"inventory_behaviour,omitempty"`
268
+ FinancialStatus string `json:"financial_status,omitempty"`
269
}
270
271
// OrderResponse models the shopify API response for order
0 commit comments