Skip to content

Commit

Permalink
add VariantId to AssignedFulfillmentOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
Apokalypser authored Apr 22, 2024
1 parent 3554221 commit a342bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assigned_fulfillment_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type AssignedFulfillmentOrderLineItem struct {
InventoryItemId uint64 `json:"inventory_item_id,omitempty"`
Quantity uint64 `json:"quantity,omitempty"`
FulfillableQuantity uint64 `json:"fulfillable_quantity,omitempty"`
VariantId uint64 `json:"variant_id,omitempty"`
}

// AssignedFulfillmentOrderResource represents the result from the assigned_fulfillment_order.json endpoint
Expand Down

0 comments on commit a342bbb

Please sign in to comment.