Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface CancelOrderPartialCancelItem

    Represents an item in a partial cancel request

    interface CancelOrderPartialCancelItem {
        item_id: number;
        model_id: number;
        model_quantity: number;
        order_item_id?: number;
        promotion_group_id?: number;
    }
    Index

    Properties

    item_id: number

    The unique identifier of the item to be partially cancelled

    model_id: number

    The unique identifier of the model to be partially cancelled

    model_quantity: number

    The quantity of the specified item model to be cancelled

    order_item_id?: number

    The identity of order item

    promotion_group_id?: number

    The identity of product promotion