MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
940 stars 278 forks source link

IShop Interface not aligned with API #573

Closed CoolTechYT closed 1 year ago

CoolTechYT commented 1 year ago

IShop resource does not match the official API resource. Example:

official type definition:

county_taxes: boolean | null; customer_email: string;

package definition:

county_taxes: string; customer_email: string | null;

Full list of typings available on API Doc: https://shopify.dev/api/admin-rest/2022-10/resources/shop

lpinca commented 1 year ago

Feel free to open a PR.