OBJECT

MediaBatchProduct

link GraphQL Schema definition

1type MediaBatchProduct {
2productId: Int!
3
4# Optional, if the media should be connected to the variant directly
5variantId: Int
6
7mediaType: MediaType!
8
9url: String!
10
11# The unique key for this media to be added
12key: String!
13
14completed: Boolean!
15
16}