Edit TrackerAsk AIput https://sandbox.api.deliverysolutions.co/api/v2/tracker/{trackerExternalId}Path ParamstrackerExternalIdstringrequiredUnique Id of the tracker generated in your system and configured in our system, has to be unique.Body ParamstrackingNumberstringTracking number given by the carrier. trackingNumber is mandatory in case provider is passed.providerstringName of the provider configured in business. Provider is mandatory in case trackingNumber is passed.orderValuedoubleValue of the order in major units as decimals. e.g., 10.00 or 116.50.serviceTypestringProvider's service type. Provider is mandatory in case serviceType is passed.pickupTimeobjectTime Window in which the package will be ready to be picked up. null defaults to ASAP.pickupTime objectdropoffTimeobjectTime Window in which the package must be delivered by. null defaults to ASAP. Not needed for pickup type of tracker.dropoffTime objectdeliveryContactobjectCustomer InformationdeliveryContact objectdeliveryInstructionsstringDelivery instructions for drop-off.pickupInstructionsstringPickup instruction for the location. This will override the instructions configured with the pickup location.groupIdstringGroup ID allows you to group a number of orders and trackers together. It further helps in providing a combined post-purchase experience for them.itemListarray of objectsArray of items in the tracker. Details offer improved post-purchase experiences. In the absence of packages, cubic dimensions and weight will be derived from this listitemListADD objectlocalestringPreferred locale by the customer for a tracker. Value to be sent in the format of language code(ISO-639-1)-country code(ISO-3166-1-alpha-2). E.g fr-CA, en-US. Here, fr, en are language codes & CA, US are country codes.createdDatestringDate at which the order was originally created in Unix time in milliseconds. e.g., 1500616800000Responses 200200 400400Updated 10 months ago