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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user