/orders/trackingDetails

This API updates the tracking details of an order like courier name, awb no. of the package. Multiple updates are allowed.

👍

Note

Orders belonging to only Vendor Self.
Allowed status: PFF

Request

ParameterNameDataTypeParameterTypeRequirementDescription
trackingDetailsUpdatesMap<String, TrackingDetail>BodyMandatoryIt is a Map<String, TrackingDetail> where Order code is the key and TrackingDetail is the value.

TrackingDetail :

FieldNameDataTypeDescription
courierNameStringCourier name
trackingNumberStringIt is the AWB number of the package.
trackingLinkStringTracking url of the package

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
trackingDetailsUpdatesResponseMap<String, UpdateResponse>Map of Order code and UpdateResponse

UpdateResponse

FieldNameDataTypeDescription
operationSuccessfulbooleanDescribes whether operation Successful or not
errorMessageStringError message will be given if operationSuccessful is false otherwise it will be null.
Language
Authorization