Store Pickup with Locator API
We have created a
public API collection for Store Pickup with Locator module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public collections can be found in the following
FAQ post.
1. Amasty\StorePickupWithLocator\Api\GuestLocationPickupValuesInterface - class for managin store pickup for guests:
- POST /V1/amstorepickup/:cartId/saveSelectedPickupValues, method="saveSelectedPickupValues" - deprecated query, retained for backward compatibility;
- POST /V1/amstorepickup/:cartId/saveSelectedPickupData, method="saveSelectedPickupData" - save store pickup location on checkout.
2. Amasty\StorePickupWithLocator\Api\LocationPickupValuesInterface - class for managing store pickup for registered users:
- POST /V1/amstorepickup/saveSelectedPickupValues, method="saveSelectedPickupValues" - deprecated query, retained for backward compatibility;
- POST /V1/amstorepickup/saveSelectedPickupData, method="saveSelectedPickupData" - save store pickup location on checkout.
Related Articles
What Amasty extensions support API?
Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
Can I test how your modules work with API?
Our team have created a public Postman workspace where we provide access to API collections from our modules. You can copy these API collections to test them in your own Magento installation together with our modules, and some collections can be ...
Store Pickup API
1. Amasty\StorePickup\Api\GuestShippingMethodManagementInterface - class for managing shipping methods on guest checkout: POST /V1/guest-carts/:cartId/estimate-shipping-methods, method="estimateByExtendedAddress" - displays available shipping methods ...
What's the difference between Store Pickup, Store Locator and Store Pickup with Locator?
Although the Store Pickup with Locator module allows both adding locations and selecting them for pickup on checkout, it cannot be replaced with a combination of the Store Locator and Store Pickup modules. The Store Pickup with Locator extension ...
Store Credit & Refund API
We have created a public API collection for Store Credit & Refund module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...