Skip to content

PickupPoint model

PickupPoint model represents details about a single pickup point for a delivery and consists of the following fields:

  • code: string
  • isCollectOnDeliveryAvailable: boolean
  • supplier: ShippingPickupPointSupplier
  • address: ShippingPickupPointAddress

ShippingPickupPointSupplier

Represents the ShippingPickupPointSupplier model.

ShippingPickupPointAddress

Represents the ShippingPickupPointAddress model.