Skip to main content
Anchor to MutationsStagedUploadTargetGenerateUploadParameter

MutationsStagedUploadTargetGenerateUploadParameter

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.

•String!
non-null

The upload parameter name.

•String!
non-null

The upload parameter value.


Was this section helpful?

•mutation
Deprecated

Arguments

•StagedUploadTargetGenerateInput!
required

The input fields for generating a staged upload.


Fields

•[MutationsStagedUploadTargetGenerateUploadParameter!]!
non-null

The signed parameters that can be used to upload the asset.

•String!
non-null

The signed URL where the asset can be uploaded.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?