No content to show

User Activity

The loadCurrentSession method has the following signature: Shopify\Utils::loadCurrentSession(Array, Array, true)So $requestHeaders must be an array. And so does $requestCookies. Since your code snippet doesn't show how you create those variables, I c...
Metafield referencing a single imageYou can access a metafield of type image using the following syntax :product.metafields.my_metafield_of_type_image It returns a media object which has properties such as id, media_type, alt... Other image propertie...
Please look at "how bulk importing data works" in the Shopify API docs. Everything is explained in detail. The error is due to the value you assign to mimeType. The docs says: mimeType: The media type of the file to upload. To use bulkOperationRunMut...
(The post is old but this might help someone.)If you get a response from the stagedUploadsCreate mutation, your app must have the right scopes. But getting an "Access Denied" error when sending the HTTP request means that there's a problem with your ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From