Staged Upload Target Generate Upload Resource
The resource type to receive.
Anchor to Valid valuesValid values
- Anchor to BULK_MUTATION_VARIABLESBULK_
MUTATION_ VARIABLES Represents bulk mutation variables.
For example, bulk mutation variables can be used for bulk operations using the bulkOperationRunMutation mutation.
- Anchor to COLLECTION_IMAGECOLLECTION_
IMAGE An image associated with a collection.
For example, after uploading an image, you can use the collectionUpdate mutation to add the image to a collection.
- Anchor to DISPUTE_FILE_UPLOADDISPUTE_
FILE_ UPLOAD Represents a file associated with a dispute.
For example, after uploading the file, you can add the file to a dispute using the disputeEvidenceUpdate mutation.
- Anchor to FILEFILE
Represents any file other than HTML.
For example, after uploading the file, you can add the file to the Files page in Shopify admin using the fileCreate mutation.
- Anchor to IMAGEIMAGE
An image.
For example, after uploading an image, you can add the image to a product using the productCreateMedia mutation or to the Files page in Shopify admin using the fileCreate mutation.
- Anchor to MODEL_3DMODEL_
3D A Shopify hosted 3d model.
For example, after uploading the 3d model, you can add the 3d model to a product using the productCreateMedia mutation.
- Anchor to PRODUCT_IMAGEPRODUCT_
IMAGE An image that's associated with a product.
For example, after uploading the image, you can add the image to a product using the productCreateMedia mutation.
- Anchor to RETURN_LABELRETURN_
LABEL Represents a label associated with a return.
For example, once uploaded, this resource can be used to create a ReverseDelivery.
- Anchor to SHOP_IMAGESHOP_
IMAGE An image.
For example, after uploading the image, you can add the image to the Files page in Shopify admin using the fileCreate mutation.
- Anchor to URL_REDIRECT_IMPORTURL_
REDIRECT_ IMPORT Represents a redirect CSV file.
Example usage: This resource can be used for creating a UrlRedirectImport object for use in the urlRedirectImportCreate mutation.
- Anchor to VIDEOVIDEO
A Shopify-hosted video.
For example, after uploading the video, you can add the video to a product using the productCreateMedia mutation or to the Files page in Shopify admin using the fileCreate mutation.
Anchor to FieldsFields
- •INPUT OBJECT
An image to be uploaded.
Deprecated in favor of StagedUploadInput, which is used by the stagedUploadsCreate mutation.
- •INPUT OBJECT
The input fields for generating staged upload targets.
- •INPUT OBJECT
The required fields and parameters to generate the URL upload an" asset to Shopify.
Deprecated in favor of StagedUploadInput, which is used by the stagedUploadsCreate mutation.