Timo Zimmermann
Timo Zimmermann
Hey @NathanScheele i also get this warning with my "orders" api call. ``` API Deprecation Notice: { message: 'https://shopify.dev/changelog/property-deprecations-in-the-rest-admin-api-order-resource', path: 'https://my-shopify-store.myshopify.com/admin/api/2022-01/orders.json?updated_at_min=2022-03-04T10%3A15%3A00&status=closed' } ``` i do understand the notice on the...
Hey. @bahadorify I had problems with a similar error. I was able to solve it in `CustomSessionStorage` mode by including a Promise of the `storeCallback` function. The `storeCallback` and `loadCallback`...