feat(core-flows): begin returns, claims and exchanges (#8088)
* chore(order): begin return * claims and exchanges
This commit is contained in:
@@ -12,7 +12,7 @@ export async function registerShipment(
|
||||
): Promise<void> {
|
||||
let shippingMethodId
|
||||
|
||||
const actions: CreateOrderChangeActionDTO[] = data.items.map((item) => {
|
||||
const actions: CreateOrderChangeActionDTO[] = data.items!.map((item) => {
|
||||
return {
|
||||
action: ChangeActionType.SHIP_ITEM,
|
||||
internal_note: item.internal_note,
|
||||
|
||||
Reference in New Issue
Block a user