stagedUploadTargetGenerate - admin-graphql - MUTATION
Version: 2024-04
Description:
Generates the URL and signed paramaters needed to upload an asset to Shopify.
Access Scopes
Arguments
-
input:
StagedUploadTargetGenerateInput! -
The input fields for generating a staged upload.
Returns
-
parameters:
MutationsStagedUploadTargetGenerateUploadParameter!
The signed parameters that can be used to upload the asset.
-
url:
String!
The signed URL where the asset can be uploaded.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples