No content to show
User Activity
02-21-2024
Figured this out for a client. Their specific request was for the radio-button variant options, other option styles such as swatch and dropdown is similar but slightly different. The file you are looking to modify is:Snippets/product-variant-options....
06-23-2023
Not sure what happened, but I went through each write_*_fulfillment_order on the request_scope endpoint on the migration guide and all but the write_assigned_fulfillment_orders worked. Now the app is working, no scope update required on the app by th...
06-23-2023
I am getting the following when checking for `write_assigned_fulfillment_orders` scopeMissing required scopes: \"write_assigned_fulfillment_orders\" requires \"write_fulfillments\". I have the `write_fulfillments` scope on my app scope list and it is...
06-22-2023
If so, then the scopes/permissions are either not properly configured or not being applied. I do see the scopes listed on the app settings on the store settings for the app. The flow I am using is when a shipment webhook comes in from a processing sy...
06-22-2023
I have all of the fulfillment permissions/scopes that are configurable. Much as you had written `write_{assigned/merchant_managed/third_party}_fulfillment_orders`. The header `X-Shopify-Access-Token` is set on my Postman request. The app itself is a ...
06-22-2023
I too am having a similar issue, except my issue is with a POST to 2023-04/fulfillments.json to create a fulfillment for an order. Was there a generic solution for this, or should I send a DM to Michael_AG too?