Skip to content

商户退货入库

退货入库

/station/refund/edit 商品退货入库

接口描述: 进销存商户退货入库,当商户在在订单处退货后,在商户退货入库处处理退货的商品时调用此接口

请求方法: POST

请求参数:
       refunds: [
           {
                refund_id                   M           int         退货号
                sku_name                    M           str         商品名字
                sku_id                      M           str         商品id
                solution                    M           int
                driver_id                   M           int
                in_stock_price              M           float        入库单价
                disabled_in_stock_price     M           bool
                real_amount                 M           float       实退数
                store_amount                M           float       入库数
                request_amount              M           float
                description                 M           str
                shelf_name                  M           str         货位名称
                shelf_id                    M           int         货位id
                supplier_id                 M           str         供应商id
                supplier_name               M           str         供应商name
                sale_ratio                  M           int
                purchase_sku_id             M           str         采购id
                purchase_sku_version        M           int
                remark_type                 M           int
                clean_food                  M           bool
           }
       ]
响应:
    code: 0
    data: null
    msg: "ok"