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

    AppCredentials

    appKey and appSecret info

    {
        "appKey": "string",
        "appSecret": "string"
    }
    Built with