Last update:
April 11, 2024
UpdateOrderShipmentDynamicProperties mutation¶
This mutation updates dynamic properties for the order shipping method.
Arguments¶
The InputUpdateOrderShipmentDynamicPropertiesType
is a type that represents the input object for updating dynamic properties of an order shipment.
Fields¶
Field | Description |
---|---|
orderId String |
The Id of the order for which the order shipment's dynamic properties will be updated. |
shipmentId String |
The Id of the order shipment for which the dynamic properties will be updated. |
dynamicProperties [InputDynamicPropertyValueType]! |
The dynamic property value types representing the updated dynamic properties of the order shipment. |
Possible returns¶
Possible return | Description |
---|---|
CustomerOrderType |
A customer order. |