randmar-api-client 1.189.0 → 1.191.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6099,6 +6099,7 @@ export type ShipmentDetails = {
|
|
|
6099
6099
|
ReferenceNumber?: string | null;
|
|
6100
6100
|
Carrier?: string | null;
|
|
6101
6101
|
ToEmailAddress?: string | null;
|
|
6102
|
+
WithZPLThermalShippingLabels?: boolean;
|
|
6102
6103
|
};
|
|
6103
6104
|
export type LogisticsShippingLabelResponse = {
|
|
6104
6105
|
OrderNumber?: string | null;
|