taylor_single
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-20-2024 09:48 AM
Topic Started
4
Topics Started
Topic Solutions
1
Solution
Post Count
19
Posts
Post Kudos
29
Likes

Community Badges

This is just food for thought, something I've been pondering lately: For manipulating the storefront UI experience of a shopify store, the only extension point available to apps is liquid templates ...
Are the customer contact checkout settings available anywhere in the API (Either GraphQL or REST)? Specifically would like to know whether or not the shop has "Customers can only check out using ema...
In the UsageCharge API Reference page, in the "Creating usage charges" section, It says: POST /admin/recurring_application_charges/{id}]/usage_charges.json There's an extra right bracket there afte...
Wanted to report an error in the Rest API Documentation for the Order resource. In the description of the Order object, in the shipping_lines section, the example json looks like: "shipping...
No content to show

User Activity

major outage for our app as well, clients unhappy.
What makes this even more wild is it's not 5 per app per store, it's five per store shared across all apps installed in the store. Just madness.
Over a year later and the documentation is still not updated. You love to see it 
We ended up changing our strategy to make gated products public.
We have a content-gating solution that allows stores to control access to exclusive products with memberships, NFTs, tickets, etc. In order for these products to be truly exclusive and hidden from the storefront, we put the products in draft state an...
@ShopifyDevSup I appreciate the response!We're actually already doing the method you're describing for fulfillment, i.e. listening to webhooks and triggering our fulfillment process off of that.Where our usage of the fulfillment/fulfillment_order API...
It's probably expecting stuff related to fulfillment orders:fulfillment.line_items_by_fulfillment_order = [ { "fulfillment_order_id": 1046000786, "fulfillment_order_line_items": [ { "id": 1058737504, "quantity": 1 ...
Previously, when creating Draft Orders via the Admin API, we would get the response back from Shopify and immediately redirect the user to the invoice URL that comes back from the Draft Order creation. Lately, there seems to be some delay between whe...
Shopify recommends not using `fulfillment_service` on product variant to associate a fulfillment service with a product variant:A ProductVariant can be stocked by multiple fulfillment services. As a result, we recommend that you no longer use the fol...
In my mind, users shouldn't have to do anything in the theme editor to enable app features. Why should users have to spend any time in the theme editor? They should be able to click "go" in the app and have everything magically appear in the storefro...
So, to add a variant to be managed by a fulfillment service, you set the `fulfillment_service` property on the variant to the handle of the fulfillment service and update the variant.How do we go in the opposite direction? If we want to return the it...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.