2023.05.11 - New queries implemented Order & Checkout
19 days ago by Zhanibek Zekeshov
API changes
orderByID
endpoint, which is actual substitution of deprecated "order" endpoint. Returns a Order object by id.checkoutByCartID
retrieves a checkout based on a specific cart ID. This feature facilitates checkout management and provides a convenient way to retrieve order details.- Added new
name
field onShopifyVariant
type. - Changed the way the
image
field onShopifyVariant
type is resolved. Now, if there is no specific image for the variant, the field is resolved to the product image.
Deprecations
order
(deprecated now) endpoint, which allows users to retrieve a specific order by paymentIntentID.