feat: MokoSuiteShop integration — expose location data for multi-store ecommerce #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Expose MokoSuiteStoreLocator location data for MokoSuiteShop integration, enabling multi-location ecommerce with location-scoped inventory, store pickup, and location-aware fulfillment.
Requirements
LocationBridgeHelperproviding:getLocations()— all active locations with address, hours, coordinatesgetById(locationId)— single location detailgetNearby(lat, lng, radiusMiles)— proximity search for store pickupgetByRegion(state/city)— filter by geographyid,name,address,city,state,postal_code,latitude,longitude,phone,hours_json,activeonStoreLocatorLocationSavedevent so Shop can invalidate cache when location data changesTechnical Notes
Linked
Branch created:
feature/48-feat-mokosuiteshop-integration-expose-lo