craftcms / shopify

Synchronize and extend product data from your Shopify storefront.
MIT License
45 stars 25 forks source link

Use the built-in retry behavior in the API package #85

Closed lukeholder closed 11 months ago

lukeholder commented 11 months ago

Description

No longer depend on metafield job to space out API requests.

See: https://github.com/Shopify/shopify-api-php/blob/main/src/Clients/Http.php#L212-L226

The Shopify package has a built-in retry.