Skip to content

Commit

Permalink
Add line_items_by_fulfillment_order
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChau committed Oct 26, 2023
1 parent 890b7b8 commit db29d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fulfillment.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ type Fulfillment struct {
NotifyCustomer bool `json:"notify_customer"`
}

// LineItemByFulfillmentOrder represents a Shopify line item for fulfillment.
// https://shopify.dev/docs/api/admin-rest/2023-01/resources/fulfillment#post-fulfillments
type LineItemByFulfillmentOrder struct {
FulfillmentOrderID int64 `json:"fulfillment_order_id,omitempty"`
FulfillmentOrderLineItems []LineItem `json:"fulfillment_order_line_items,omitempty"`
Expand Down

0 comments on commit db29d57

Please sign in to comment.