Skip to main content

Get Credentials to Access Singapore Post Shipping API

Get Singapore Post Shipping API credentials for AfterShip Shipping: find required account details, configure carrier access, and start generating labels.

Overview

AfterShip Shipping is the best multi-carrier shipping software and API that enables you to automate shipping processes across USPS, UPS, FedEx, DHL, and 80+ other carriers. Get the required credentials and access Singapore Post shipping API via AfterShip Shipping in just a few steps.

Get Singapore Post Developer Credentials

  1. Email Singapore Post sales representative and cc [email protected].

  2. Tell the sales representative of Singapore Post that you need to obtain Quantium Ezyparcels API credentials.

  3. Quantium will provide Ezyparcels API Documentation (Developer guide), and testing credentials for both Sandbox and production environment: Username and Password

  4. Log in to your Quantium account at their EzyParcels web portal to set the default label size (Under Admin > My Preferences).

  1. Copy the Shipby address code (under Admin > My Send by addresses)

Required Singapore Post API credentials

Singapore Post API settings

Is fixed schedule: if you have fixed schedule with Singapore Post to arrange the parcels handover, please set this checkbox. So that AfterShip Shipping will make the shipment request with Singapore Post with CollectionType = FIXED_SCHEDULED.

  • If you don't have the fixed schedule with Singapore Post, please don't set this checkbox, and refer to your real use case to decide how you use AfterShip Shipping Create a Label API.

  • If you want to make a collection request with Singapore Post, please include service_options.type = pickup with the Create a Label API.

Part of the sample payload as below:

"service_options": [  {  "type": "pickup",  "start_time": "10:00:00"  }
]

So that AfterShip Shipping will make the shipment request with Singapore Post with CollectionType = COLLECTION_REQUEST

  • If you want to make a self-lodge, no need to include service_options.type = pickup with the Create a Label API.

So that AfterShip Shipping will make the shipment request with Singapore Post with CollectionType = SELF_LODGE

Additional resources

Did this answer your question?