Open Api
    Open Api
    • Inbound order API
      • queryInboundListDetail
        POST
      • queryInventoryList
        POST
      • Inventory list
        POST
      • queryInboundList
        POST
      • queryInboundDetail
        POST
      • saveInboundInfo
        POST
      • modifyInboundInfo
        POST
      • inboundSubmit
        POST
      • Inbound order cancel
        POST
    • API service controller
      • Generate appKey and appSecret credentials.
      • Get appKey and appSecret information
      • Get app information list
      • Create API access token
      • Get API access token
    • Outbound order API
      • modifyOutbound
      • saveInboundInfo
    • Sku API
      • order list
    • Return order API
      • Untitled Endpoint
      • Untitled Endpoint
    • Schemas
      • Warehousing
      • PageTableInfoWarehousing
      • SaveOutBoundDetail
      • PageOpenApiTableInfoWarehousing
      • SaveOutbound
      • QueryWarehousingReq
      • AjaxResult
      • AjaxResultGenericsQueryWarehousingDetailResp
      • SaveOutboundOrderReq
      • QueryWarehousingDetailReq
      • AjaxResultGenericsString
      • SaveWarehousingReq
      • SaveInboundDetail
      • SaveInbound
      • ModifyWarehousingReq
      • ModifyInboundDetail
      • ModifyInbound
      • CancelInboundOrderReq
      • AppCredentials
      • ModifyAsnStateReq
      • RAppCredentials
      • AppInfoReq
      • CredentialsInfoDTO
      • PageTableInfoCredentialsInfoDTO
      • AppTokenReq

    SaveInbound

    Inbound order parameter information entity

    {
        "expectedShipmentTime": "string",
        "warehouseId": "string",
        "fromOrderNo": "string",
        "carrierId": "string",
        "carrierOrderNo": "string",
        "customerId": "string",
        "customerAddressId": 0,
        "details": [
            {
                "sku": "string",
                "unit": "string",
                "unitQty": 0,
                "batchNo": "string",
                "productionDate": "string",
                "expirationDate": "string"
            }
        ]
    }
    Built with