fdk-shipment-update
Deprecation Notice
Vue-based themes will soon be deprecated. Please switch to React-based themes, as all future updates and support will focus exclusively on React.
Shipment Update Action Component
Tag
fdk-shipment-update
Description
The action component is used for performing actions related to shipment such as shipment details, state transition information, and update shipment bags.
Props
Key | Type | Description | Payload |
---|---|---|---|
shipment_details | Object | It is used for getting all the shipment details | NA |
no_details | boolean | Displays the shipment details of the product | NA |
state_transitions | Object | It includes cancelled_customer, return_initiated, cancellation_requested | NA |
updateShipmentBags | function | It is used for getting the updated shipment bag details | updateShipmentBags({body : [UpdateShipmentBagRequest](https://github.com/gofynd/fdk-client-javascript/blob/main/documentation/platform/ORDER.md#UpdateShipmentStatusRequest) } : object) |
Example
<fdk-shipment-update>
<template slot-scope="shipment-update">
///code
</template>
</fdk-shipment-update>