Skip to content

Commit

Permalink
Add metafields to PickupLocationOption
Browse files Browse the repository at this point in the history
  • Loading branch information
aledalgrande committed May 22, 2024
1 parent 2a2c57e commit 7939a02
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,11 @@ export interface PickupLocationOption extends DeliveryOptionBase {
* The location details of the pickup location.
*/
location: PickupLocation;

/**
* The metafields associated with this delivery option.
*/
metafields?: Metafield[];
}

interface PickupLocation {
Expand Down

0 comments on commit 7939a02

Please sign in to comment.