go-shopify
go-shopify copied to clipboard
Go client for the Shopify API
Admin REST APIs that would be beneficial to implement: 1. [Order Cancellation](https://shopify.dev/api/admin-rest/2022-04/resources/order#post-orders-order-id-cancel) 2. [Order Close](https://shopify.dev/api/admin-rest/2022-04/resources/order#post-orders-order-id-close) Would be nice to see following methods as a result: ```golang client := goshopify.NewClient(app, tenant,...
How to access to shopfront API? I want to create checkout.
* Added Currency and UpdatedAt properties in UsageCharge * Removed Deprecated fields `accepts_marketing` and `accepts_marketing_updated_at` from customer object * Exporting OrderFinancialStatus and OrderFulfillmentStatus from Order
Hi, thanks for this library. Could I know what is the latest supported version of the Shopify Rest API? From reading the commits it appears to be `2024-04`. Is that...
From https://shopify.dev/changelog/deprecation-timelines-related-to-new-graphql-product-apis > With the 2024-04 API release, ....have marked as deprecated the /products and `/variants' REST API endpoints. and > All public apps built on existing GraphQL product APIs...
Implement ArticlesService for managing Shopify articles, including CRUD operations, tag related operations, and article count.