Home > @shopware-pwa/composables > INTERCEPTOR_KEYS
# INTERCEPTOR_KEYS variable
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Keys used accross composables with the description of incommint parameters.
Signature:
INTERCEPTOR_KEYS: {
ADD_TO_CART: string;
ADD_TO_WISHLIST: string;
ADD_PROMOTION_CODE: string;
ERROR: string;
ORDER_PLACE: string;
SESSION_SET_CURRENCY: string;
SESSION_SET_PAYMENT_METHOD: string;
SESSION_SET_SHIPPING_METHOD: string;
USER_LOGOUT: string;
USER_LOGIN: string;
USER_REGISTER: string;
}