UNPKG

shopee-client

Version:
15 lines (14 loc) 429 B
export default interface UpdateVariantPriceRequest { /** * Shopee's unique identifier for an item. Please input the item_id of an item to be changed. */ item_id: number; /** * Shopee's unique identifier for an item. Please input the item_id of an item to be changed. */ variation_id?: number; /** * Specify the revised price of one variation of the item. */ price: number; }