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

    SaveOutbound

    com.ruoyi.openapi.domain.dto.SaveOutbound

    {
        "shopId": "string",
        "businessType": "string",
        "fromPlatCode": "string",
        "operationSla": "string",
        "courierSla": "string",
        "requiredDeliveryTime": "string",
        "orderDueDate": "string",
        "customerName": "string",
        "customerContact": "string",
        "customerPhone": "string",
        "customerAddress": "string",
        "customerAddress2": "string",
        "customerCity": "string",
        "customerProvince": "string",
        "customerCountry": "string",
        "customerZipcode": "string",
        "customerEmail": "string",
        "cityCode": "string",
        "provinceCode": "string",
        "countryCode": "string",
        "soReference1": "string",
        "soReference2": "string",
        "soReference3": "string",
        "signatureRequired": "string",
        "noteText": "string",
        "expectedShipmentTime": "string",
        "warehouseId": "string",
        "fromOrderNo": "string",
        "carrierId": "string",
        "customerId": "string",
        "customerAddressId": 0,
        "details": [
            {
                "sku": "string",
                "unit": "string",
                "unitQty": 0,
                "isGift": "string",
                "productionDate": "string",
                "expirationDate": "string",
                "qualityCode": "string",
                "batchNo": "string"
            }
        ]
    }
    Built with