No content to show
User Activity
We do need the abilitiy to use both, the create_customer and customer_login form on the same page. When doing so, logging in and creating new accounts works well. However, we do experience some bugs:User logs in with a wrong password:The error messag...
09-27-2023
I do have a GraphQL query which looks like the following to get the Shipping Refund amount of an Order:{
order(id:"gid://shopify/Order/5505750073611") {
totalRefundedShippingSet {
shopMoney {
amount
}
}
}
}Is t...
Thanks for your reply! Unfortunately, I get the error "The new location's fulfillment service must be opted into permits_sku_sharing". Do you know if I can add this to the Amazon MCF location?
Hello, we do use Amazon MCF and a manual fulfillment location and want to switch between those based on some predefined rules.Is there any option to achieve this using the Admin API or do we need to wait for Shopify Functions Order Routing? Best work...
Just to be clear about that, Shopify removed an entire table on ShopifyQL table without even notifying anyone? Should not be an surprise that this is not an ideal workflow
01-23-2023
The following ShopifyQL query is not working properly:FROM products
SHOW sum(ordered_product_quantity) as total_quantity
GROUP BY product_id
SINCE today
ORDER BY total_quantity DESC LIMIT 20"However, everything is working properly when I use "yesterd...
Hey, thanks for your reply! Is there any way to edit/mutate the UnitPriceMeasurement via an API? Do we have to do this manually?
I want to read and write to the unitPriceMeasurement for each variant. Regarding the Shopify GraphQL docs, this field should be available (UnitPriceMeasurement). We are a german based store. This is my GraphQL query: {
productVariants(firs...