- Add:
debug
feature added, enabled by default
- Fixed:
OrderLineItem
type fixed
- Fixed:
ShopifyWebhook::OrdersUpdated
type fixed
- Fixed:
OrderCustomer
&Order
struct fixed
- Added:
ShopifyWebhook::OrdersUpdate
type added
- Fixed:
DateTime
type added
- Fixed:
wait_for_bulk
method condition
- Fixed:
wait_for_bulk
method condition
- Fixed:
UnsignedInt64
types to String
- Fixed:
confirmation_number
inorder
struct
- Fixed: Webhook Customer Struct
- Add:
graphql_client
feature - Add:
post_graphql
method toShopify
withgraphql_client
feature on - Edited:
warp_wrapper
method takes one more argument
- Add:
verify_hmac
method added toShopify
- Add:
ShopifyWebhook
struct - Add:
list_webhooks
method added toShopify
- Add:
add_webhook
method added toShopify
- Add:
edit_webhook
method added toShopify
- Add:
delete_webhook
method added toShopify
- Add:
webhook_auto_config
method added toShopify
- Add:
stage_upload_json
method added toShopify
- Add:
generate_staged_upload_url
method added toShopify
- Add:
stage_upload_prepare
method added toShopify
- Removed:
ShopifyAPIVersion
enum replaced by a string
- Fixed:
get_end_of_support_date
enum by @davidhollenbeckx
- Add:
download_bulk
method added toShopify
- Add: The body response (string) to
NotWantedJsonFormat
error
- Add:
wait_for_bulk
method added toShopify
- Add:
make_bulk_query
method added toShopify
- Add:
get_bulk_by_id
method added toShopify
- Updated:
ShopifyAPIVersion
enum
- Updated:
ShopifyAPIVersion
enum to add the latest versionV2023_04
- Add the support of the REST API with the
rest_query
method added toShopify
- Add
get_api_endpoint
method toShopify
- Add
rest_url
method toShopify
- Fix a bug for
retry_async
andretry_sync
functions which run 2 times at least the given function.
- Add Changelog and readme