Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

File metadata and controls

18 lines (14 loc) · 1.25 KB

Org.OpenAPITools.Model.OrderShipmentTrackingAdd

Properties

Name Type Description Notes
OrderId string Defines the order id [optional]
ShipmentId string Shipment id indicates the number of delivery
CarrierId string Defines tracking carrier id [optional]
StoreId string Store Id [optional]
TrackingProvider string Defines name of the company which provides shipment tracking [optional]
TrackingNumber string Defines tracking number
TrackingLink string Defines custom tracking link [optional]
SendNotifications bool Send notifications to customer after tracking was created [optional] [default to false]
IdempotencyKey string A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> [optional]

[Back to Model list] [Back to API list] [Back to README]