247API
English
English
  • Getting Started
  • Change Log
  • Support
  • About 247Express
  • 247Express API NPM Package
  • Customer
    • Header Request
    • Shipment Pick-up and Delivery Workflow
    • Main services
    • Value-added services
    • List of ClientHubs
    • Update Order
    • Cancel order
    • Get delivered pictures
    • Pricing
    • Create an order
    • Create client hub
    • Update client hub
    • Feedback
  • SSO
    • SSO - Login
  • Tracking
    • Order Tracking
  • Webhooks
    • Update status
    • Status update log
Powered by GitBook
On this page
  • How to integrate API 247?
  • Steps
  • API Information
  • NOTES

Was this helpful?

Getting Started

Integrate API 247

How to integrate API 247?

Steps

  • Step 1: Login to get ClientID and Token according to the login API. Username and Password will be provided as a customer of 247.

  • Step 2: Get the ClientHubID list, which is a list of customer shipping address identifiers (ID). When creating an order for delivery, you must enter the correct identifier (ClientHubID) corresponding to the shipping address of that order.

  • Step 3: Get a list of main services that have been registered by the customer.

  • Step 4: Get a list of value-added services that customers can use.

  • Step 5: To use the order creation API, you must have the following information:

    • ClientID and Token in Step 1.

    • ClientHubId in Step 2.

    • Key services/value-added services in Steps 3 and 4 (if used).

API Information

Staging: https://customerapi-stg.247tech.vn Production: https://api.247express.vn

NOTES

Marked required fields must be entered. All APIs require a Header with Token and ClientID.

NextChange Log

Last updated 1 day ago

Was this helpful?