export default interface UpdateTierVariationResponse {
    /**
     * The identity of product item.
     */
    item_id: number;
    /**
     * The identifier of the API request for error tracking
     */
    request_id: string;
}
