UseePay Open API
UseePay PortalMechant Dashboard
Product Docs
Product Docs
  • V2.0
  • V1.0
UseePay PortalMechant Dashboard
Product Docs
Product Docs
  • V2.0
  • V1.0
  1. Trackers
  • Integration
    • Welcome to the UseePay Demo Page
    • About Payment Methods
      • Card
      • Apple Pay Web Integration (API Integration)
      • Apple Pay(Hosted Checkout)
      • Google Pay
      • Klarna
      • Naver pay
      • Kakao Pay
      • Toss Pay
      • Payco
      • Affirm
      • Blik
      • trustly
      • Cashapp
    • subscription
      • Get started with Subscription
    • online payment
      • Get started with online payments
    • Payment Capabilities
      • Adaptive Price
      • Supported Payment Methods for Checkout
    • checkout session
      • Checkout Session Guide
  • developer
    • Introduction
    • Authentication
    • Errors
    • error code
      • last_payment_error documentation
    • Best Integration
      • Quickly create a paymentIntent for a subscription
      • Auto-Charge Subscription Guide
    • Payment Intents
      • Payment Intent Overview
      • Quickly create a paymentIntent
      • Create a PaymentIntent
      • Retrieve a PaymentIntent
      • Update a PaymentIntent
      • Confirm a PaymentIntent
      • Cancel a PaymentIntent
      • Capture a PaymentIntent
      • List all payment intents
    • Customers
      • Create a customer
      • Retrieves a customer
      • Update a customer
      • List all customers
    • Subscriptions
      • Create a subscription
      • Retrieves a subscription
      • Update a subscription
      • List all subscriptions
      • Cancel a subscription
    • Invoices
      • Create a invoice
      • Retrieves a invoice
      • List all invoices
      • Pay a invoice
    • Payment Methods
      • Create a payment method
      • Retieve Payment Method Session
      • Retrieves a payment method
      • Update a payment method
      • List all payment methods
    • Mandates
      • Create a mandate
      • Retrieves a mandate
      • List all mandates
    • Refunds
      • Create a refund
      • Retrieves a refund
      • List all refunds
    • Webhooks
      • Webhook events
      • Webhook Activation/Signature Verification Steps
      • Webhook Events Documentation (testing)
      • Create a webhook
      • Retrieves a webhook
      • Update a webhook
      • List all webhooks
    • Embedded Checkout
      • Payment Elements
      • Express Checkout Elements
      • Checkout Session Element
    • case
    • objects
    • About Testing
      • Test Cards
      • ApplePay&GooglePay
    • Payment Method Configuration
      • Retieve Payment Method Configuration
    • Checkout Session
      • Create Checkout Session
      • Retrieve Checkout Session
    • Trackers
      • upload trackers
        POST
      • Retrieve a tracker
        GET
    • Schemas
      • CheckoutSessionCreateRequest
      • LineItem
      • Customer
      • Address
      • ProductData
      • Shipping
      • SubscriptionData
      • Error
      • DiscountPeriodConfig
      • DeviceData
      • CheckoutSessionResponse
      • ErrorResponse
      • Order
      • Product
      • PaymentMethodOptions
      • RiskControlOptions
      • Mandate
      • PaymentIntent
      • PaymentMethod
      • Billing
      • Card
      • AliPay
      • Wallet
      • Klarna
      • WechatPay
      • Refund
      • Subscription
      • Recurring
      • PriceData
      • SubscriptionItem
      • Invoice
      • NextAction
      • Webhook
      • CollectableOptions
      • PaymentLink
      • last_payment_error
      • discount_period_config
      • CreatePaymentIntentRequest
  • message
    • Messaging Element
  • FAQ
    • Unable to receive Webhook notifications
UseePay PortalMechant Dashboard
Product Docs
Product Docs
  • V2.0
  • V1.0
UseePay PortalMechant Dashboard
Product Docs
Product Docs
  • V2.0
  • V1.0
  1. Trackers

upload trackers

Developing
Useepay API V2.0 Sandbox Environment
https://openapi1.uat.useepay.com
Useepay API V2.0 Sandbox Environment
https://openapi1.uat.useepay.com
POST
/api/v2/shipping/trackers
上传/更新订单物流信息,一次可以给20个订单上传物流
同一订单重复提交视为“更新”,以最后一次提交为准(不产生重复记录)。

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi1.uat.useepay.com/api/v2/shipping/trackers' \
--header 'x-merchant-no: 500000000007245' \
--header 'x-api-key: FUYTIUvjhgfytfuytwiue' \
--header 'x-app-id: www.pay.com' \
--header 'x-api-version: 2024-08' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "meta_data": {
        "id": 1
    },
    "trackers": [
        {
            "payment_intent_id": "1012601291730245786",
            "shipments": [
                    {
                        "carrier": "others",
                        "tracking_number": "GFUS01031427213762",
                        "tracking_url": "https://shopify.17track.net/app-api/tracking-page/proxy?data=ItgVDpal6nhcaTaJYzgROMtjZfQa%2FJ"
                    },
                    {
                        "carrier": "others",
                        "tracking_number": "GFUS01031427213763",
                        "tracking_url": "https://shopify.17track.net/app-api/tracking-page/proxy?data=ItgVDpal6nhcaTaJYzgROMtjZfQa%2FJ"
                    }
            ]
        },
        {
            "payment_intent_id": "1012601291730245787",
            "shipments": [
                    {
                        "carrier": "others",
                        "tracking_number": "GFUS01031427213764",
                        "tracking_url": "https://shopify.17track.net/app-api/tracking-page/proxy?data=ItgVDpal6nhcaTaJYzgROMtjZfQa%2FJ"
                    }
            ]
        }
    ]
}'
Response Response Example
{
    "code": "0000",
    "message": "Approved or completed successfully",
    "data": {
        "accepted": [
            {
                "shipments": [
                    {
                        "carrier": "ups",
                        "tracking_number": "1ZR08H680301455864",
                        "tracking_url": "https://www.ups.com/"
                    }
                ],
                "payment_intent_id": "1012601151754028903"
            },
            {
                "shipments": [
                    {
                        "carrier": "others",
                        "tracking_number": "4PX3002416767932CN",
                        "tracking_url": "https://t.17track.net/"
                    },
                    {
                        "carrier": "ups",
                        "tracking_number": "1ZR08H680301455864",
                        "tracking_url": "https://www.ups.com/"
                    }
                ],
                "payment_intent_id": "1012601151834028921"
            }
        ],
        "rejected": []
    },
    "merchant_no": "500000000007245",
    "app_id": "www.pay.com",
    "meta_data": {
        "id": 1
    }
}
Modified at 2026-02-02 03:17:52
Previous
Retrieve Checkout Session
Next
Retrieve a tracker
Built with