Create PUDO Labels
When you ship a parcel to a service point, you are creating a PUDO label. To create a PUDO label, you'll add either the ship_to_service_point_id
or ship_from_service_point_id
property to your purchase label request to indicate which service point the parcel should either be delivered to or collected from (or both).
Your request body will vary slighty depending on which of the following three types of PUDO label you are creating:
- Home to Shop: Typically used for merchants who want the carrier to come to their warehouse, office, or home to collect a package and deliver it to a service point for the recipient.
- Shop to Home: Typically used for merchants who prefer the carrier collects their packages from a service point rather than from their warehouse, office, shop, or home. The service still delivers to the recipient’s home address.
- Shop to Shop: Used to send a shipment from service point to service point.
Requirements
No matter which type of PUDO label you create, you will need the following:
- The
service_point_id
value for the service point you'll be shipping to. Review our Find Service Points page to learn how to get theservice_point_id
.- The Service Points endpoint is only available to accounts on the Advanced plan or higher.
- A carrier that provides PUDO services and a service that allows pickup and/or drop off at a service point.
- The
service_code
for the PUDO-supported service.- EX:
service_code
:point_relais_delivery
- For multiple service codes, separate each with a comma in the
service_code
array.
- EX:
- Any additional properties required by the selected carrier when using PUDO services. Check with your carrier if you are uncertain about properties they require that are specific to using PUDO services.
Each type of PUDO label will have additional requirements, which are detailed in their specific sections below.
PUDO Properties
Property | Required? | Type | Description |
---|---|---|---|
ship_to_service_point_id | ✔ * | string | Nullable. A unique identifier for the service point where the shipment will be delivered by the carrier. This will take precedence over the shipment's ship_to address. |
ship_from_service_point_id | ✔ * | string | Nullable. A unique identifier for the drop-off point where a merchant plans to drop off packages. This will take precedence over a shipment's ship_from address. |
* Home to Shop requires ship_to_service_point_id
. Shop to Home requires ship_from_service_point_id
. Shop to Shop requires both properties.
Home to Shop Labels
Home to Shop (Home2Shop) is typically for merchants who want the carrier to come to their warehouse, office, or home to collect a package and deliver it to a service point for the recipient.
Home2Shop Requirements
In addition to the general requirements listed above, you'll need:
The
ship_to_service_point_id
property with the service point ID value of the service point the carrier will deliver to.The recipient’s physical
ship_to
address. This is in addition to the ship to service point ID and will not be where the package is delivered.The Ship To address that appears on the label may be different from the recipient’s physical address or may show as a code that only the carrier recognizes. The carrier will use the address corresponding to
ship_to_service_point_id
when it determines where to deliver the package.
Example Request
In this example request, you'll see that the ship_to
address and the ship_to_service_point_id
are both included in the request body.
The response will be a standard purchase label response. The addition of the ship_to_service_point_id
property in the request does not add any unique properties to the response.
Example Home2Shop Label
The label appearance varies from carrier to carrier, so you may see both the Ship To address and ship_to_service_point_id
or perhaps only the latter. This sample label includes both pieces of information, with a box highlighting the service point ID code.
Shop to Home Labels
Shop to Home (Shop2Home) is an ideal service for merchants who prefer that a carrier collects their packages from a service point rather from their warehouse, office, shop, or home. The service delivers to the recipient’s ship_to
address.
Shop2Home Requirements
In addition to the general requirements listed above, you'll need:
- The
ship_from_service_point_id
property with the service point ID value of the service point the package should be collected from. - The recipient’s physical
ship_to
address, just as in a normal purchase label request. - A
ship_from
address. This is necessary for troubleshooting any delivery issues that may arise. Package collection still occurs at the service point and delivery goes to the recipient's address.
Even though the Ship From address may appear on the label, it is different from the address in the request body and is typically the service point address.
Example Request
In this example request, you'll see that the ship_to
address, the ship_from
address, and the ship_from_service_point_id
are all included in the request body.
The response will be a standard purchase label response. The addition of the ship_from_service_point_id
property in the request does not add any unique properties to the response.
Example Shop2Home Label
How these details print on the label will vary from carrier to carrier. You may see the service point address or simply a code. This sample label shows where a physical address for the ship_from_service_point_id
appears and a box highlights the service point ID address.
Shop To Shop Labels
Shop to Shop (Shop2Shop) labels are collected from a service point by the carrier and delivered to another service point, for the recipient to pickup at their convenience.
Shop2Shop Requirements
In addition to the general requirements listed above, you'll need:
- The
ship_to_service_point_id
andship_from_service_point_id
properties with the service point ID value of the service points the package should be collected from and delivered to. - A
ship_to
address, just as in a normal purchase label request. This can be the recipient's address or the service point address. - A
ship_from
address. This is necessary for troubleshooting any delivery issues that may arise. Package collection still occurs at the service point.
Example Request
The response will be a standard purchase label response. The addition of the ship_to_service_point_id
and ship_from_service_point_id
properties in the request does not add any unique properties to the response.
Example Shop2Shop Label
Not all carriers include a shop address on the label. Some will only display the shop ID number. This sample label shows where both a code and a physical address for the ship_to_service_point_id
appear and a box highlights the Service Point ID code.