Skip to main content
Log inSign up
Anchor to StagedMediaUploadTarget

StagedMediaUploadTarget

object

Information about a staged upload target, which should be used to send a request to upload the file.

For more information on the upload process, refer to Upload media to Shopify.

Parameters needed to authenticate a request to upload the file.

The URL to be passed as originalSource in CreateMediaInput and FileCreateInput for the productCreateMedia and fileCreate mutations.

The URL to use when sending an request to upload the file. Should be used in conjunction with the parameters field.


Was this section helpful?

mutation

Creates staged upload targets for each input. This is the first step in the upload process. The returned staged upload targets' URL and parameter fields can be used to send a request to upload the file described in the corresponding input.

For more information on the upload process, refer to Upload media to Shopify.


Was this section helpful?