Package tracking acknowledge
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
x-fabric-channel-id identifies the sales channel where the API request is being made; primarily for multichannel use cases. The channel ids are 12 corresponding to US and 13 corresponding to Canada. The default channel id is 12. This field is required.
Unique request ID
Path Parameters
Body
Acknowledgement for package tracking
Event type for which acknowledgement is received
ORDER_CREATE_IN_PTS
, ORDER_CANCELLED_IN_PTS
, SHIPMENT_CREATE_IN_PTS
, SHIPMENT_CANCELLED_IN_PTS
, TRANSFER_CREATE_IN_PTS
, TRANSFER_CANCELLED_IN_PTS
, TRANSFER_SHIPMENT_CREATE_IN_PTS
, TRANSFER_SHIPMENT_CANCELLED_IN_PTS
"ORDER_CREATE_IN_PTS"
A list of custom mapped attributes.
Response
An object containing information and properties of the transfer shipment response.
An object containing information and properties for the transfers ship from location.
An object containing information and properties for the transfers ship to location.
Shipment's unique identification number
"78974156816152"
Transfer ID for this shipment
"112345678912340"
Transfer number for this shipment
"112345678912340"
Attributes to save any additional info
{ "attribute1": "value" }
Audit logs list
Details for updating shipment
Carton list
An object containing information and properties of the transfer shipment carton.
Created date
"2022-06-06T07:58:30.996Z"
Delivered date of shipment
"2022-06-06T07:58:30.996Z"
Master tracking number
"TX112345678"
Optional purchase order number
"1125"
Received date of shipment
"2022-06-06T07:58:30.996Z"
Recipient list
Shipment recipient details
Shipment's autogenerated unique id
"627963716b19511e8a3a631b"
Ship date
"2022-06-06T07:58:30.996Z"
Transfer Shipment Status
TRANSFER_SHIPMENT_PACKED
, TRANSFER_SHIPMENT_SENT
, TRANSFER_SHIPMENT_CREATED
, TRANSFER_SHIPMENT_DRAFT
, TRANSFER_SHIPMENT_DELIVERED
, TRANSFER_SHIPMENT_RECEIVED
, TRANSFER_SHIPMENT_STOCKED
, TRANSFER_SHIPMENT_CANCELLED
, TRANSFER_SHIPMENT_ERROR
"TRANSFER_SHIPMENT_CREATED"
Stock release time stamp date
"2022-06-06T07:58:30.996Z"
Shipment subtype
COD
"COD"
Total number of cartons
2
Shipment types
STANDARD
, RESHIP
, RETURN
, SCRATCH
, PENDING_RETURN
, PICKUP
, TRANSFER
"TRANSFER"
Updated date
"2022-06-06T07:58:30.996Z"
Vendor ID
"56"
Was this page helpful?