The required fields and parameters to generate the URL upload an"
asset to Shopify.
Deprecated in favor of
[StagedUploadInput](https://shopify.dev/api/admin-graphql/latest/objects/StagedUploadInput),
which is used by the
[stagedUploadsCreate mutation](https://shopify.dev/api/admin-graphql/latest/mutations/stagedUploadsCreate).
Access Scopes
Fields
fileSize:
UnsignedInt64 -
The size of the file to upload, in bytes.
filename:
String! -
The filename of the asset being uploaded.
httpMethod:
StagedUploadHttpMethodType -
The HTTP method to be used by the staged upload.
mimeType:
String! -
The MIME type of the asset being uploaded.
resource:
StagedUploadTargetGenerateUploadResource! -
The resource type being uploaded.