feat(dashboard): Pickup option changes (#11306)

**What**
- update the create and edit shipping option flows to support pickup (shipping) option
- modify "mark as delivered" for pickup case

---

CLOSES CMRC-906 CMRC-907
This commit is contained in:
Frane Polić
2025-02-14 15:14:58 +01:00
committed by GitHub
parent 271337eb23
commit 5dc8a403ef
13 changed files with 310 additions and 126 deletions

View File

@@ -22,6 +22,8 @@ const COMMON_OPTIONS_FIELDS = [
"price_type",
"service_zone_id",
"service_zone.fulfillment_set_id",
"service_zone.fulfillment_set.type",
"service_zone.fulfillment_set.location.address.*",
"shipping_profile_id",
"provider_id",
"data",

View File

@@ -131,6 +131,8 @@ export const listShippingOptionsForCartWorkflow = createWorkflow(
"provider_id",
"data",
"service_zone.fulfillment_set_id",
"service_zone.fulfillment_set.type",
"service_zone.fulfillment_set.location.address.*",
"type.id",
"type.label",