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

Generates the URL and signed paramaters needed to upload an asset to Shopify.

Arguments

The input fields for generating a staged upload.


Fields

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

String!non-null

The signed URL where the asset can be uploaded.

The list of errors that occurred from executing the mutation.


Was this section helpful?