Type Alias Placement

Placement: {
    layers: Layer[];
    placement: string;
    placement_options?: PlacementOptions;
    print_area_type?: Placement.print_area_type;
    status?: Placement.status;
    status_explanation?: string;
    technique: string;
}

A placement is used to represent the physical area in which a design will be printed, and the technique used. It includes the layers that will be printed on the placement.

Type declaration

  • layers: Layer[]

    Information about placement's layers

  • placement: string

    Name of the placement

  • Optionalplacement_options?: PlacementOptions
  • Optionalprint_area_type?: Placement.print_area_type

    Type of the print area. Defaults to simple. Advanced type might be specified only for some specific products for example All-over Tote bag. In that case both sides of the product will be designed. Advanced designs are often more complicated so it's advised to refer to the mockup templates endpoint when using advanced designs. Available print area types for a specific product can be found in Mockup Styles endpoint.

  • Optional Readonlystatus?: Placement.status

    Status of the placement design

  • Optional Readonlystatus_explanation?: string

    Reason behind failed status

  • technique: string

    Placement's technique