Type Alias SellingRegionStockAvailability

SellingRegionStockAvailability: {
    availability?: availability;
    name?: SellingRegionStockAvailability.name;
    placement_option_availability?: {
        availability?: boolean;
        name?: string;
    }[];
}

Type declaration

  • Optionalavailability?: availability

    Availability status:

    • in stock: Product with the specified technique is stocked in this region
    • out of stock: Product with the specified technique is not stocked in this region
    • not fulfillable: Printful does not stock this product in this region
    • unknown: The exact stock status could not be determined
  • Optionalname?: SellingRegionStockAvailability.name

    Name of the selling region for which the stock availability apply

  • Optionalplacement_option_availability?: {
        availability?: boolean;
        name?: string;
    }[]

    Availability of a placement options for a catalog variant in a specified selling region. If a placement option is present in this array and availability is set to true it means it is available for this product. If it is set to false it means that the placement option is available for the variant, but not currently fulfillable for the given selling region settings. If an option is not present in the array but is present as an option on the product (see: Retrieve a single catalog product) it means the option is always available for that product.