Type Alias Item

Item: {
    _links?: {
        self?: HateoasLink;
    };
    external_id?: ItemExternalId;
    id?: number;
    name?: string;
    placements?: PlacementsList;
    product_options?: ProductOptions;
    quantity?: number;
    retail_price?: string;
}

Information about the Item

Type declaration

  • Optional Readonly_links?: {
        self?: HateoasLink;
    }

    HATEOAS links

  • Optionalexternal_id?: ItemExternalId
  • Optional Readonlyid?: number

    Item ID

  • Optionalname?: string

    Item custom name

  • Optionalplacements?: PlacementsList
  • Optionalproduct_options?: ProductOptions
  • Optionalquantity?: number

    Item quantity

  • Optionalretail_price?: string

    Item retail price