Want to get alerted when we make changes in real-time? Subscribe to our RSS feed by following our guide.

API Features

  • GraphQL queries with a complexity above 1000 will now be rejected. The complexity of a given query can be found in the extensions response field. The limit is subject to change.
  • Added multiple fields to Order, for retrieving price breakdowns and customer data.
    • cart: A reference to the Cart that was used at checkout.
    • tax: The tax value applied to the order.
    • shipping: The tax value applied to the order.
    • subtotal: The value of all items on the order void of shipping and tax.
    • total: The total value of the order.
    • createdAt: The time the order was created.

Affiliate (experimental)

  • When a merchant leaves an affiliate network, they will now be removed from Rye’s affiliate catalog.

Affiliate commissions for Shopify Sell Anything are currently an experimental feature, but we are gearing up for general availability over the next couple of months.

Docs

  • Updated Webhooks documentation and code samples that pertain to responding to webhook challenges.
  • Added note about partially setting the buyer identity in BuyerIdentityInput.
  • Clarified guidance about credit card tokens. We do not recommend retokenizing a payment method for every order, as Spreedly imposes rate limits.

Fixes

  • We’ve made numerous changes to improve order reliability, particularly for our Sell Anything offering.
  • checkoutByCartID now returns required actions when using a 3D Secure (3DS) card.

Deprecations

  • Deprecated cartId on Order. Please use the new cart field instead.