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

    Warehousing

    Inbound info header entity

    {
        "applyAsnNo": "string",
        "omsAsnNo": "string",
        "asnState": "string",
        "processState": "string",
        "executeState": "string",
        "receivedState": "string",
        "fromOrderNo": "string",
        "fromPlatCode": "string",
        "totalPrice": 0,
        "totalWeight": 0,
        "totalVolume": 0,
        "totalQuantity": 0,
        "warehouseId": "string",
        "warehouseName": "string",
        "warehouseAddress": "string",
        "asnCreationTime": "string",
        "orderDueDate": "string",
        "expectedShipmentTime": "string",
        "carrierId": "string",
        "carrierName": "string",
        "carrierOrderNo": "string",
        "customerId": "string",
        "customerAddressId": 0,
        "customerName": "string",
        "customerContact": "string",
        "customerPhone": "string",
        "customerAddress1": "string",
        "customerAddress2": "string",
        "customerCity": "string",
        "customerProvince": "string",
        "customerCountry": "string",
        "customerZipcode": "string",
        "cityCode": "string",
        "provinceCode": "string",
        "countryCode": "string",
        "createSource": "string",
        "urgentOrder": "string",
        "asnReference1": "string",
        "asnReference2": "string",
        "asnReference3": "string",
        "noteText": "string",
        "skus": "string",
        "addTime": "string",
        "editTime": "string"
    }
    Built with