Parcelforce is a leader among parcel delivery services in the UK. Through ShipStation API’s integration with Parcelforce, you can ship with both domestic and international services. Register for a Royal Mail Online Business Account - OBA to get started!
This guide provides developers with the details needed to build Parcelforce Worldwide shipping capabilities into your ShipStation API workflows.
If you are using or plan to use the Parcelforce services included with ShipStation API, rather than connecting your own Parcelforce Worldwide account, see our Parcelforce from ShipStation guide.
The following properties are required to connect a Parcelforce account:
| Property | Type | Required? | Description |
|---|---|---|---|
nickname | string | required | A nickname for the account in ShipStation API (especially useful if connecting multiple accounts). |
contact_name | string | required | Contact name for the account. |
company_name | string | required | Company name for the account. |
account_number | string | required | Royal Mail OBA (Online Business Account) number. Format is 10 characters; if you have a 9-character account number, include a preceding zero. |
oba_email | string | required | The Royal Mail Online Business Account (OBA) email address used to manage Royal Mail payments and invoices online at Royal Mail Online Business Account. Format: local-part@domain (e.g., jsmith@example.com). |
oba_postal_code | string | required | Postal code where the oba_email address is registered. Can sometimes be the customer's PLN postal code. |
phone | string | required | Contact phone number. |
posting_location_number | string | required | PLN (Posting Location Number). Format is a 10-digit number starting with 9000. |
street_line1 | string | required | Primary street address line. |
street_line2 | string | optional | Secondary street address line. |
street_line3 | string | optional | Third street address line. |
city | string | required | City name. |
postal_code | string | required | Postal code for the address. |
password | string | required | Account password. |
sftp_username | string | optional | SFTP username (if applicable). |
sftp_password | string | optional | SFTP password (if applicable). |
contract_number | string | required | Contract number provided by Royal Mail. |
collection_contract_number | string | optional | Collection contract number (if applicable). |
department_id | integer | optional | Department ID (if applicable). |
collection_department_id | integer | optional | Collection department ID (if applicable). |
test_account | boolean | optional | Set to true for test credentials, false for production. |
NOTE:
Before connecting your Parcelforce account to ShipStation API, ensure you have an active Royal Mail Online Business Account (OBA) profile. Key requirements:
OBA Profile Required: Shippers must have an active OBA profile created by Royal Mail before submitting a connection request via ShipStation API. If an OBA profile has not been created, the connection request will be rejected.
Account Status: Royal Mail will deactivate OBA accounts that remain inactive for over 90 days. Ensure your OBA account is active before submitting your integration request.
Check OBA Status: You can check your OBA account status at the Royal Mail OBA Account Status Check page.
Need Help? If you're unsure which email address is associated with your OBA account, contact the Royal Mail OBA Helpdesk:
- Phone: 08457 950 950
- Email: oba.helpdesk@royalmail.com
NOTE:
Parcelforce's integration with ShipStation API is managed by Intersoft, a company owned by Royal Mail. The data flow is: ShipStation API > Intersoft > Royal Mail/Parcelforce > Intersoft > ShipStation API.
When you submit a connection request, it is automatically sent to the Royal Mail OBA team for approval. The OBA team responds immediately and either approves or rejects the request based on whether the Royal Mail account details are accurate. If approved, your account status updates from "Disabled" to "Enabled." If rejected, you'll need to re-enter the correct details and resubmit.
- Test labels: Parcelforce requires test labels before you can create real labels! You must generate sample labels with test credentials and submit those sample labels to Parcelforce for approval. Once approved, you can enter your production credentials to start creating real labels.
- All shipments must include a first and last name for both the Ship To and Ship From addresses.
- Ship To address requires a phone number.
- All shipments require a signature upon delivery unless the No Signature Required (NSR) option has been applied to the shipment.
- International shipments require dimensions (though we recommend adding dimensions for all shipments).
- Manifests required: All shipments must be manifested daily. See the Manifests section below for critical daily manifesting requirements and penalty information.
You can connect a Parcelforce Worldwide account using the POST method to the /v1/connections/carriers/ endpoint, or via the ShipStation API Dashboard.
For instructions on connecting Parcelforce via the ShipStation API dashboard, see our Parcelforce help article.
carrier_name: parcelforce_royal_mail
POST /v1/connections/carriers/:carrier_name
Sample request:
POST /v1/connections/carriers/parcelforce_royal_mail HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json
{
"nickname": "My Parcelforce account",
"account_number": "1234567890",
"oba_email": "john.doe@example.com",
"oba_postal_code": "KW1 6LZ",
"company_name": "Example Corp",
"contact_name": "John Doe",
"street_line1": "77 Netherpark Crescent",
"city": "STIRKOKE HOUSE",
"postal_code": "KW1 6LZ",
"phone": "215-555-5555",
"posting_location_number": "9000123456",
"password": "pa55word",
"contract_number": "12345"
}A successful connection will return a response with the carrier_id, which you'll use for any requests for this account going forward.
Parcelforce Worldwide does not send estimated rates to ShipStation API. Your Parcelforce account contact can provide you with the details about your contracted rates.
The available services with Parcelforce Worldwide are provided below. Please note that carriers may update their available services at any time. To ensure you are always using valid services, you can use the list carrier services endpoint at any time.
Parcel Weight limit for all services (domestic and international): ≤30KG
Max parcel dimensions:
- All services except Express 48 Large: 1.5m length and length + girth = ≤3m
- Express 48 Large: 2.5m length and length + girth = ≤5m
| Name | Code | API Code |
|---|---|---|
| EXPRESS10 | TE1 | royal_mail_express_10 |
| EXPRESS10 AGE | TA1 | royal_mail_exp10_age |
| EXPRESS10 AGE COMP 1 | TA2 | royal_mail_exp10_age_comp1 |
| EXPRESS10 AGE COMP 2 | TA3 | royal_mail_exp10_age_comp2 |
| EXPRESS10 AGE COMP 3 | TA4 | royal_mail_exp10_age_comp3 |
| EXPRESS10 COMP 1 | TE2 | royal_mail_exp10_comp1 |
| EXPRESS10 COMP 2 | TE3 | royal_mail_exp10_comp2 |
| EXPRESS10 COMP 3 | TE4 | royal_mail_exp10_comp3 |
| EXPRESS24 | NDA | royal_mail_express_24 |
| EXPRESS24 AGE | NDH | royal_mail_exp24_age |
| EXPRESS24 AGE COMP 1 | NDI | royal_mail_exp24_age_comp1 |
| EXPRESS24 AGE COMP 2 | NDJ | royal_mail_exp24_age_comp2 |
| EXPRESS24 AGE COMP 3 | NDK | royal_mail_exp24_age_comp3 |
| EXPRESS24 COMP 1 | NDB | royal_mail_exp24_comp1 |
| EXPRESS24 COMP 2 | NDC | royal_mail_exp24_comp2 |
| EXPRESS24 COMP 3 | NDE | royal_mail_exp24_comp3 |
| EXPRESS24 RETURNS | RT0 | royal_mail_exp24_ret |
| EXPRESS24 RETURNS COMP 1 | RT1 | royal_mail_exp24_ret_comp1 |
| EXPRESS24 RETURNS COMP 2 | RT2 | royal_mail_exp24_ret_comp2 |
| EXPRESS24 RETURNS COMP 3 | RT3 | royal_mail_exp24_ret_comp3 |
| EXPRESS24 WEEKEND | FEK | royal_mail_exp24_weekend |
| EXPRESS24 WEEKEND AGE | NDO | royal_mail_exp24_weekend_age |
| EXPRESS24 WEEKEND COMP 1 | FEQ | royal_mail_exp24_weekend_comp1 |
| EXPRESS24 WEEKEND COMP 1 AGE | NDS | royal_mail_exp24_weekend_comp1_age |
| EXPRESS24 WEEKEND COMP 2 | FER | royal_mail_exp24_weekend_comp2 |
| EXPRESS24 WEEKEND COMP 2 AGE | NDT | royal_mail_exp24_weekend_comp2_age |
| EXPRESS24 WEEKEND COMP 3 | FEU | royal_mail_exp24_weekend_comp3 |
| EXPRESS24 WEEKEND COMP 3 AGE | NDV | royal_mail_exp24_weekend_comp3_age |
| EXPRESS24 WITH PIN | TEA | royal_mail_exp24_pin |
| EXPRESS24 WITH PIN COMP 1 | TEB | royal_mail_exp24_pin_comp1 |
| EXPRESS24 WITH PIN COMP 2 | TEC | royal_mail_exp24_pin_comp2 |
| EXPRESS24 WITH PIN COMP 3 | TED | royal_mail_exp24_pin_comp3 |
| EXPRESS24 WITH PIN WEEKEND | RT4 | royal_mail_exp24_pin_weekend |
| EXPRESS24 WITH PIN WEEKEND COMP 1 | RT5 | royal_mail_exp24_pin_weekend_comp1 |
| EXPRESS24 WITH PIN WEEKEND COMP 2 | RTE | royal_mail_exp24_pin_weekend_comp2 |
| EXPRESS24 WITH PIN WEEKEND COMP 3 | RTF | royal_mail_exp24_pin_weekend_comp3 |
| EXPRESS48 | FE0 | royal_mail_exp48 |
| EXPRESS48 AGE | FEA | royal_mail_exp48_age |
| EXPRESS48 AGE COMP 1 | FEB | royal_mail_exp48_age_comp1 |
| EXPRESS48 AGE COMP 2 | FEC | royal_mail_exp48_age_comp2 |
| EXPRESS48 AGE COMP 3 | FED | royal_mail_exp48_age_comp3 |
| EXPRESS48 COMP 1 | FE1 | royal_mail_exp48_comp1 |
| EXPRESS48 COMP 2 | FE2 | royal_mail_exp48_comp2 |
| EXPRESS48 COMP 3 | FE3 | royal_mail_exp48_comp3 |
| EXPRESS48 LARGE | FEM | royal_mail_exp48_large |
| EXPRESS48 LARGE COMP 1 | FEN | royal_mail_exp48_large_comp1 |
| EXPRESS48 LARGE COMP 2 | FEO | royal_mail_exp48_large_comp2 |
| EXPRESS48 LARGE COMP 3 | FEP | royal_mail_exp48_large_comp3 |
| EXPRESS48 RETURNS COMP 1 | RTB | royal_mail_exp48_return_comp1 |
| EXPRESS48 RETURNS COMP 2 | RTC | royal_mail_exp48_return_comp2 |
| EXPRESS48 RETURNS COMP 3 | RTD | royal_mail_exp48_return_comp3 |
| EXPRESSAM | FEE | royal_mail_exp_am |
| EXPRESSAM AGE | MA1 | royal_mail_exp_am_age |
| EXPRESSAM AGE COMP 1 | MA2 | royal_mail_exp_am_age_comp1 |
| EXPRESSAM AGE COMP 2 | MA3 | royal_mail_exp_am_age_comp2 |
| EXPRESSAM AGE COMP 3 | MA4 | royal_mail_exp_am_age_comp3 |
| EXPRESSAM COMP 1 | FEF | royal_mail_exp_am_comp1 |
| EXPRESSAM COMP 2 | FEG | royal_mail_exp_am_comp2 |
| EXPRESSAM COMP 3 | FEL | royal_mail_exp_am_comp3 |
| EXPRESSAM WEEKEND | TEH | royal_mail_exp_am_weekend |
| EXPRESSAM WEEKEND AGE | M07 | royal_mail_exp_am_weekend_age |
| EXPRESSAM WEEKEND AGE COMP 1 | M08 | royal_mail_exp_am_weekend_age_comp1 |
| EXPRESSAM WEEKEND AGE COMP 2 | M09 | royal_mail_exp_am_weekend_age_comp2 |
| EXPRESSAM WEEKEND AGE COMP 3 | M10 | royal_mail_exp_am_weekend_age_comp3 |
| EXPRESSAM WEEKEND COMP 1 | TEI | royal_mail_exp_am_weekend_comp1 |
| EXPRESSAM WEEKEND COMP 2 | TEJ | royal_mail_exp_am_weekend_comp2 |
| EXPRESSAM WEEKEND COMP 3 | TEK | royal_mail_exp_am_weekend_comp3 |
| Name | Code | API Code |
|---|---|---|
| CHINA ECONOMY - 3PC | CER | royal_mail_china_economy_3_pc |
| CHINA ECONOMY - DEPOT DROP | CEQ | royal_mail_china_economy_depot_drop |
| CHINA ECONOMY - DIRECT HUB DROP | CES | royal_mail_china_economy_direct_hub_drop |
| CHINA ECONOMY - PERSONAL EFFECTS | CEO | royal_mail_china_economy_personal_effects |
| CHINA ECONOMY - POL DROP | CEP | royal_mail_china_economy_pol_drop |
| EUROPRIORITY DTP IOSS | ERA | royal_mail_europriority_dtp_ioss |
| EUROPRIORITY DTP IOSS-EXTRACOMP1 | ER1 | royal_mail_europriority_dtp_ioss_extra_comp1 |
| EUROPRIORITY DTP IOSS-EXTRACOMP2 | ER2 | royal_mail_europriority_dtp_ioss_extra_comp2 |
| EUROPRIORITY DTP IOSS-EXTRACOMP3 | ER3 | royal_mail_europriority_dtp_ioss_extra_comp3 |
| GLOBALEXPRESS | GXR | royal_mail_global_express |
| GLOBALEXPRESS-EXTRACOMP1 | GX1 | royal_mail_global_express_extra_comp1 |
| GLOBALEXPRESS-EXTRACOMP2 | GX2 | royal_mail_global_express_extra_comp2 |
| GLOBALEXPRESS-EXTRACOMP3 | GX3 | royal_mail_global_express_extra_comp3 |
| GLOBALPRIORITY EUROPE | ECA | royal_mail_globalpriority_europe |
| GLOBALPRIORITY EUROPE-EXTRACOMP1 | EC1 | royal_mail_globalpriority_europe_extra_comp1 |
| GLOBALPRIORITY EUROPE-EXTRACOMP2 | EC2 | royal_mail_globalpriority_europe_extra_comp2 |
| GLOBALPRIORITY EUROPE-EXTRACOMP3 | EC3 | royal_mail_globalpriority_europe_extra_comp3 |
| GLOBALPRIORITY ROW | GPA | royal_mail_globalpriority_row |
| GLOBALPRIORITY ROW-EXTRACOMP1 | GP1 | royal_mail_globalpriority_row_extra_comp1 |
| GLOBALPRIORITY ROW-EXTRACOMP2 | GP2 | royal_mail_globalpriority_row_extra_comp2 |
| GLOBALPRIORITY ROW-EXTRACOMP3 | GP3 | royal_mail_globalpriority_row_extra_comp3 |
| IRELAND EXPRESS | IXA | royal_mail_ireland_express |
| IRELAND EXPRESS-EXTRACOMP1 | IX1 | royal_mail_ireland_express_extra_comp1 |
| IRELAND EXPRESS-EXTRACOMP2 | IX2 | royal_mail_ireland_express_extra_comp2 |
| IRELAND EXPRESS-EXTRACOMP3 | IX3 | royal_mail_ireland_express_extra_comp3 |
- Guernsey and Jersey: Royal Mail requires customs declarations for Channel Islands shipments to Guernsey and Jersey. Please use the country code GE and JE, respectively. Royal Mail will not produce these forms if the country code is GB.
- Isle of Man: Change the country code to IM and then the proper forms will be included with the label. Isle of Man (IOM) shipments do not require customs and there is no option to select
IOMas a country code.
Starting 1st May 2025, changes to Royal Mail products and services will take effect in accordance with the Windsor Framework. Under the Windsor Framework, shipments will fall into 1 of 2 categories:
Green Lane: For trusted traders sending goods staying in Northern Ireland — minimal checks, simplified processes.
Red Lane: For goods at risk of moving into the EU via the Republic of Ireland — full customs procedures apply.
Royal Mail customers sending parcels from Great Britain to Northern Ireland (GB-NI ) will need to provide additional data. The parcel movement's type will determine what data is required: Business-to-Consumer (B2C), Consumer-to-Consumer (C2C), Consumer-to-Business (C2B), or Business-to-Business (B2B).
TIP: You may find it helpful to see the Products Object section of our International Shipping page.
| Movement Type | Definition | Additional data to be provided by the customer |
|---|---|---|
| Business to Consumer (B2C) | Parcels sent by a business in Great Britain to a private individual residing in Northern Ireland for personal use. | * Product Description (must be accurate and in plain English) * Product Weight * Product Value * Product Country of Origin * HS Harmonized Tariff code (optional), |
| Consumer to Business (C2B) | Parcels sent by a private individual in Great Britain to a business in Northern Ireland (for example, a customer returning an item to a shop). | * Product Description (must be accurate and in plain English) * Product Weight * Product Value * Product Country of Origin * Returned Goods Indicator * HS Harmonized Tariff code (optional), |
| Business to Business (B2B - value of goods above £135 ) | Parcels sent by a business in Great Britain to a business in Northern Ireland. | * Exporter / Sender details (inc. EORI) * Importer / Receiver details (inc. EORI) * Total Value (not by item) * Gross Mass * UKIMS Number * Product Description (must be accurate and in plain English) * Product Country of Origin * HS Harmonized Tariff code (optional), |
| Business to Business (B2B - value of goods £135 or less ) | Parcels sent by a business in Great Britain to a business in Northern Ireland where total goods value up to and including £135. | * Exporter / Sender details (inc. EORI) * Importer / Receiver details (inc. EORI) * Total Value (not by item) * Gross Mass * UKIMS Number * Product Description (must be accurate and in plain English) * Product Country of Origin * HS Harmonized Tariff code (optional), |
NOTE: For B2B movements, where UKIMS registration is not presented with the parcel data, the sending customer may be liable to delays, customs charges or the parcel returned to the sender.
| Movement Type | Definition | Additional data to be provided by the customer |
|---|---|---|
| Consumer to Consumer (C2C) | Parcels sent by a private individual in Great Britain to a private individual residing in Northern Ireland for personal use. | * Product Description (must be accurate and in plain English) * Product Weight * Product Value * HS Harmonized Tariff code (optional), |
| Consumer to Business (C2B) | Parcels sent by a private individual in Great Britain to a business in Northern Ireland (for example, a customer returning an item to a shop). | * Product Description (must be accurate and in plain English) * Product Weight * Product Value * Product Country of Origin * Returned Goods Indicator * HS Harmonized Tariff code (optional), |
Does Royal Mail offer a Next Day service from Great Britain to Northern Ireland?
Next Day services will be available for C2C, C2B, B2C, and B2B. For B2B shipments Royal Mail will only process goods classified as 'not at risk'. For goods classified as 'at risk' Royal Mail may be able to carry these goods on a Parcelforce Worldwide service. For account enquiries, contact 03448 429102.
Parcelforce automatically handles the reason_for_export field based on your shipment configuration, reducing the data you need to provide for GB to NI shipments.
Automatic Defaulting Behavior
When shipment.customs.contents is set to "merchandise", the carrier will automatically default the reason_for_export field based on the movement.indicator value:
| movement.indicator | shipment.customs.contents | Defaulted reason_for_export |
|---|---|---|
| B2C | merchandise | e_commerce_goods |
| B2B | merchandise | commercial_sale_of_goods_b2b |
No additional fields are required from the merchant in these cases.
Explicit Override Behavior
Merchants can bypass the automatic defaulting by setting shipment.customs.contents to "other" and providing a value in shipment.customs.contents_explanation:
| movement.indicator | shipment.customs.contents | shipment.customs.contents_explanation |
|---|---|---|
| B2C | other | e_commerce_goods |
| B2B | other | commercial_sale_of_goods_b2b |
To create return labels, Royal Mail must approve you for at least one of the following services:
| Name | Code | API Code |
|---|---|---|
| EXPRESS24 RETURNS | RT0 | royal_mail_exp24_ret |
| EXPRESS24 RETURNS COMP 1 | RT1 | royal_mail_exp24_ret_comp1 |
| EXPRESS24 RETURNS COMP 2 | RT2 | royal_mail_exp24_ret_comp2 |
| EXPRESS24 RETURNS COMP 3 | RT3 | royal_mail_exp24_ret_comp3 |
| EXPRESS48 RETURNS COMP 1 | RTB | royal_mail_exp48_return_comp1 |
| EXPRESS48 RETURNS COMP 2 | RTC | royal_mail_exp48_return_comp2 |
| EXPRESS48 RETURNS COMP 3 | RTD | royal_mail_exp48_return_comp3 |
Review the Return Labels page for details on creating return labels with ShipStation API.
The following carrier package types are available for Parcelforce Worldwide services:
| Name | Code | Class | Domestic | International |
|---|---|---|---|---|
| Large Letter | LL | Letter | ✓ | ✓ |
| Medium Parcel | MP | Box | ✓ | — |
| Parcel | P | Box | ✓ | ✓ |
| Printed Papers | H | Box | — | ✓ |
| Small Parcel | SP | Box | ✓ | — |
Parcelforce Worldwide supports adding carrier insurance to your shipments. Review the Parcel Insurance page for details on adding shipment insurance with ShipStation API.
- Label sizes: 4" x 6"
- Label formats: PDF, PNG, ZPL
- Supports label reference field 1, limited to 20 characters
- Address line has a 35-character limit.
Parcelforce Worldwide supports multi-package shipments for most services.
Parcelforce Worldwide does not support label branding.
Royal Mail supports voiding labels with ShipStation API. Labels cannot be voided once the shipments have been manifested. If you need to void a shipment on a sales order summary, you must contact Royal Mail directly.
See our Void a Label page for details about voiding labels with ShipStation API.
Parcelforce Worldwide does not support paperless labels.
Parcelforce returns a CN23 form to ShipStation API based on the shipment's customs information.
ShipStation API will provide a commercial invoice from Parcelforce when required. Print three of these and include them with the shipment.
NOTE:
Shipments to Guernsey and Jersey require customs declarations. Use country code
GEfor Guernsey andJEfor Jersey. Customs documentation will not work withGBas the country code.
NOTE:
The Royal Mail website indicates that Isle of Man shipments do not require customs declarations. Since there is no Isle of Man country code option, use
GBas the country code when shipping to the Isle of Man. This ensures customs validation is not triggered by ShipStation API.
NOTE: Action Required: New Zealand Border Levy Changes
Effective April 1, 2026, a new NZD $2.21 (+ GST) levy applies to low-value air freight consignments entering New Zealand. This levy is charged per consignment, not per item.
See the Shipping to New Zealand: Low Value Goods (LVG) Levy section in International Shipments for full details.
Royal Mail shipments do not set a default confirmation type.
Royal Mail has enhancement codes that correspond to delivery confirmation types in ShipStation API. For example, the Royal Mail enhancement code for the Signed For service maps to the confirmation type direct_signature.
Only certain services allow certain enhancements. If you choose an option that is not supported with a selected service, you'll get a generic error like Error code E0004 - Failed Schema Validation.
Please consult with Royal Mail for the latest version of Key FAQs for Royal Mail API Shipping, their page RMG Shipping API Technical User Guide, or similar documentation to learn more about enhancement codes.
Parcelforce Worldwide supports certain advanced options, which you can add to the shipment object when creating a shipment or label.
| Option | Type | Default Value | Description |
|---|---|---|---|
ServiceLevel | number | 01 | Royal Mail supports ServiceLevel advanced options. When this field and value are included in a label request, Royal Mail will correctly associate the contract billing for the shipment. For example, ”ServiceLevel”: “02”, where the default is always 01 unless specified. The range is from 01 to 99. |
NotificationsEmail | string | null | The carrier will send email tracking notifications if an email address is present. Available for: Express AM, Express 10, Express 24, China Economy, Euro Priority, Global Express, and Ireland Express services. |
NotificationsPhone | string | null | The carrier will send SMS tracking notifications if a phone number is present. Available for: Express AM, Express 10, Express 24, and Express 48 services. |
LocalCollect | boolean | null | Local Collect |
Safeplace | string | null | Text instructing the delivery driver where to place the package if no one is available to receive it (e.g., “Place on backdoor”). Available for: Express 10, Express 24, Express 48, Express AM services (including COMP 1/2/3 variants and Large variants). Restrictions: Cannot be used with services that require a signature. Maximum 30 characters—text will be truncated before sending to the carrier. |
To ensure you always have the most up-to-date information about a carrier's advanced options, use the list carrier options call.
Parcelforce requires all shipments to be manifested and the manifests to be printed.
Royal Mail requires you to create and print a Sales Order Summary, which you must then hand to the driver who picks up the parcels.
You can generate your Sales Order Summary through the manifest process. When you make your request to the /v1/manifests endpoint, the response will include a link to download the Sales Order Summary PDF.
Please note: You cannot close shipments with dispatch dates in the future, only past or current-date shipments.
Parcelforce Worldwide does not support scheduling pickups with ShipStation API. Instead, you can arrange a pickup through Parcelforce Worldwide directly or drop packages off at a local post office or a Parcelforce Worldwide depot.
Parcelforce Worldwide does not currently support shipping to service points.
ShipStation API's integration with Parcelforce Worldwide supports receiving tracking updates. Review our Track a Package guides for details on tracking with the ShipStation API.
See the Disconnect section in our Delete a Carrier page for the process of deleting or disconnecting a carrier from ShipStation API.
NOTE:
If you disconnect a carrier account and reconnect it, the account will have a new
carrier_idin ShipStation API.