WorldFirst DocsWorldFirst Docs

Query the trade orderSignature required

POST /amsin/api/v1/business/worldtrade/queryTradeOrder

Call this API to query the trade order.

Structure

Messages consist of a header and body. The following sections focus on the body structure. For the header structure, see:

Request parameters

tradeId String  REQUIRED

The unique trade ID assigned by WorldTrade.

Obtain the value of this parameter by calling the createTradeOrder API.

More information:

  • Maximum length: 64 characters

Response parameters

result Result  REQUIRED

The result of the API call.

Show child parameters

orderBasicInfo OrderBasicInfo  REQUIRED

The detailed order information.

This parameter is returned on demand only when result.resultStatus = S.

Show child parameters

productList Array<Product>  REQUIRED

The product information.

This parameter is returned on demand only when result.resultStatus = S.

Show child parameters

sellerInfo Participant  REQUIRED

The seller information.​

This parameter is returned on demand only when result.resultStatus = S.

Show child parameters

buyerInfo Participant  REQUIRED

The buyer information.

This parameter is returned on demand only when result.resultStatus = S.

Show child parameters

paymentTerm PaymentTerm  REQUIRED

The payment terms.

This parameter is returned on demand only when result.resultStatus = S.

Show child parameters

paymentResultList Array<PaymentResult>  REQUIRED

The payment results.

Show child parameters

shippingTerm ShippingTerm  REQUIRED

The shipping terms.

This parameter is returned on demand only when result.resultStatus = S.

Show child parameters

deliveryBatchList Array<DeliveryBatch>  REQUIRED

The delivery information.

This parameter is returned when both of the following conditions are met:

  • result.resultStatus = ​S
  • orderBasicInfo.deliveryStatus = ​DELIVERING​, ​DELIVERY_FAIL​, ​DELIVERED​ or ​RECEIPT_CONFIRMED
Show child parameters
API Explorer

Request

URL
Request Body

Response

Response Body

Result processing logic

After calling the API, a response is returned. Possible values for result.resultStatus are:

Result status

Description

S

Indicates that the API call succeeded.

F

Indicates that the API call failed. For details, refer to result.resultCode.

U

Indicates that the API call result is unknown. If this status is returned, the Partner may implement the following query strategy:

  • Maximum 7 queries are allowed. 
  • Intervals between queries: 5 min, 10 min, 20 min, 40 min, 80 min, 160 min, and 320 min.

If no queries succeed, contact our Technical Support Team.

System-realted result codes

CodeValueMessageFurther action
SUCCESSSSuccess
PROCESS_FAILFA general business failure occurred. Do Not retry.

Human intervention is usually needed. It is recommended that you contact our Technical Support Team to resolve the issue.

PARAM_ILLEGALFIllegal parameters exist. For example, a non-numeric input, or an invalid date.

Check and verify whether the request fields, including the header fields and body fields, are correct and valid. For details on the fields of each API, see the specific API Structure section.

INVALID_SIGNATUREFThe signature is invalid.

Make sure the request is properly signed with a valid signature.

REPEAT_REQ_INCONSISTENTFRepeated requests are inconsistent.

Ensure all the fields in the requests are the same and try again.

UNKNOWN_EXCEPTIONUAPI failed due to unknown reason.

The service might be down, retry later. If the issue persists, contact our Technical Support Team.

FILE_SIZE_EXCEED_LIMITFThe file size has exceeded the limit.

Limit the file size to the allowable range. 

CONTRACT_CHECK_FAILFThe contract check has failed.

Contact our Technical Support Team to check the status of your API contract. Make sure it is still valid and try again.

Business-related result codes

CodeValueMessageFurther action
SYSTEM_EXCEPTIONFSystem exception.

Contact the WorldTrade customer service manager for help.

PARAM_ILLEGALFIllegal parameters exist. For example, a non-numeric input, or an invalid date.

Make sure that the values of the parameters are correct and retry.

USER_ERRORFThis order does not belong to the current user.

Verify the value of the tradeId parameter and call this API again.

ORDER_NOT_EXISTFThe order does not exist.

Verify the value of the tradeId parameter and call this API again.