PERCENT_VALIDATION_ERROR

Rye expected an integer value between 0 and 100.


PRODUCT_REQUESTS_LIMIT_REACHED_ERROR

requestProductByURL limit reached. See Limits section for more details.


STORE_REQUESTS_LIMIT_REACHED_ERROR

requestStoreByURL limit reached. See Limits section for more details.


CART_NOT_FOUND_ERROR

Unable to find a cart by a given ID.


CART_EXPIRED_ERROR

Carts are considered expired in Rye after 10 days. If a cart is expired, it can no longer be used to create an order.


SHOPIFY_SERVICE_TEMPORARILY_UNAVAILABLE

A downstream Shopify service is temporarily unavailable. This error is usually transient and should be retried.


PRODUCT_NOT_FOUND_ERROR

This error can be returned after calling requestProductByURL. If the provided URL is valid, then the underlying Shopify store may not be supported. See Product data not found section for more details.