Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PurchasePickupInfo

Additional information regarding how order would be picked. This field would only be applicable when fulfillment type is PICKUP.

Details about how an order is picked up. It includes details such as pickup type and additional metadata attached with each type, if any.

Hierarchy

  • PurchasePickupInfo

Properties

Optional checkInInfo

checkInInfo: CommonCheckInInfo[]

List of various methods supported by partner to support check-in.

Optional curbsideInfo

curbsideInfo: PurchaseCurbsideInfo

Details specific to the curbside information. If pickup_type is not "CURBSIDE", this field would be ignored.

Optional pickupType

pickupType: PickupType

Pick up method, such as INSTORE, CURBSIDE etc.

Generated using TypeDoc