OBJECT

ProductSurfaceAreaArtwork

link GraphQL Schema definition

  • type ProductSurfaceAreaArtwork {
  • offset_x_mm: Int
  • offset_y_mm: Int
  • fullsize_width_px: Int
  • fullsize_height_px: Int
  • # Arguments
  • # include_deleted: [Not documented]
  • variant_ids(include_deleted: Boolean): [ID]
  • id: Int
  • product_id: Int
  • surface_id: Int
  • fullsize_url: String
  • preview_url: String
  • fit_mode: Int
  • type: String
  • is_required_for_virtuals: Boolean
  • is_deleted: Boolean
  • }