Skip to main content

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

KeyTypeDescriptionPayload
shipment_detailsObjectIt is used for getting all the shipment detailsNA
no_detailsbooleanDisplays the shipment details of the productNA
state_transitionsObjectIt includes cancelled_customer, return_initiated, cancellation_requestedNA
updateShipmentBagsfunctionIt 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>

Was this section helpful?