Anchor to MutationsStagedUploadTargetGenerateUploadParameterMutations
Mutations Staged Upload Target Generate Upload Parameter
object
A signed upload parameter for uploading an asset to Shopify.
Deprecated in favor of StagedUploadParameter, which is used in StagedMediaUploadTarget and returned by the stagedUploadsCreate mutation.
Anchor to FieldsFields
- Anchor to namename•String!non-null
The upload parameter name.
- Anchor to valuevalue•String!non-null
The upload parameter value.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Generates the URL and signed paramaters needed to upload an asset to Shopify.
- Anchor to inputinput•Staged
Upload Target Generate Input!required The input fields for generating a staged upload.
Arguments
- Anchor to parametersparameters•
The signed parameters that can be used to upload the asset.
- •String!non-null
The signed URL where the asset can be uploaded.
- Anchor to userErrorsuser•
Errors [UserError!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?