main #48
|
|
@ -1627,9 +1627,11 @@ declare namespace API {
|
||||||
details?: ShippingDetailsDTO;
|
details?: ShippingDetailsDTO;
|
||||||
stockPointId?: number;
|
stockPointId?: number;
|
||||||
orderIds?: number[];
|
orderIds?: number[];
|
||||||
|
shipmentPlatform?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
type ShipmentFeeBookDTO = {
|
type ShipmentFeeBookDTO = {
|
||||||
|
shipmentPlatform?: string;
|
||||||
stockPointId?: number;
|
stockPointId?: number;
|
||||||
sender?: string;
|
sender?: string;
|
||||||
startPhone?: string;
|
startPhone?: string;
|
||||||
|
|
@ -1650,6 +1652,7 @@ declare namespace API {
|
||||||
dimensionUom?: string;
|
dimensionUom?: string;
|
||||||
weight?: number;
|
weight?: number;
|
||||||
weightUom?: string;
|
weightUom?: string;
|
||||||
|
address_id?: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
type ShippingAddress = {
|
type ShippingAddress = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue