1. Amasty\Stripe\Api\Quote\ApplePayGuestShippingMethodManagementInterface - class for managing shipping methods for guest users:
- POST /V1/guest-carts/:cartId/estimate-shipping-methods-apple-pay, method="estimateByExtendedAddress" - display the list of the shipping methods available for guests in Apple Pay;
- PUT /V1/guest-carts/:cartId/select-shipping-method-apple-pay, method="set" - choose a shipping method for guests in Apple Pay.
2. Amasty\Stripe\Api\Quote\ApplePayShippingMethodManagementInterface - class for managing shipping methods for registered users:
- POST /V1/carts/mine/estimate-shipping-methods-apple-pay, method="estimateByExtendedAddress" - display the list of the shipping methods available for registered customers in Apple Pay;
- PUT /V1/carts/mine/select-shipping-method-apple-pay, method="set" - choose a shipping method for registered customers in Apple Pay.