Álvaro López
Álvaro López
Shopify admin has the option to add bulk action links in orders/products/customers... pages. For these cases the request query string looks like this: hmac=XXXXXX&**ids%5B%5D=2074861961283&ids%5B%5D=2074861830211**&locale=en&shop=YYYYYYYYYYY×tamp=1552479578 These requests are not well documented...
There is a typo, **saturnation**, within in this method: addDesaturate: function (saturation, attributes) { if (saturation == undefined) { saturnation = 0; }
Hi, When YUI compressor is used to minify the library this error is shown: "error : missing name after . operator" This is due to the usage of keyword in...
Hi, It could be possible to add read_returns and write_returns to AuthorizationScope enum? They are needed to manage returns https://shopify.dev/docs/apps/fulfillment/returns-apps/returns . Like this: [EnumMember(Value = "read_returns")] ReadReturns, [EnumMember(Value = "write_returns")]...