Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

API List

Zalasanjay edited this page Jun 8, 2018 · 4 revisions

PDM

https://api.flowzdigital.com/pdmnew/pdm { headers: authorization, vid }

  • GET { query_string_params: source, $limit, $skip and others }, { params: language }

    • Response

      {"took":5,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":932,"max_score":0,"hits":[{"_index":"pdm1","_type":"product","_id":"a2a40e10-17da-11e8-a1bc-f349bccc39a5","_score":0,"_source":{"sku":"2080"}}]}}

  • POST

    • Request

      {'query' : {'bool' : {'filter' : {'bool' : {'should' : [{ 'bool' : {'must' : [{ 'match' : {'country' : country} }]}}]}},'must': {'match_all': {}}}}}

    • Response

      as per elastic query query, all the product details API will give results

Promo Standard

https://api.flowzdigital.com/pdmnew/promostandard-auth { headers: { username: [email protected], password: **34*6 }}

  • GET
    • Response

      { "vid": "b4*6c-4529-4a3-8068-5c0e7**6a" }

Filters

https://api.flowzdigital.com/pdmnew/filters/username { headers: authorization, vid }

  • GET
    • Response

      {"took":28,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":3467,"max_score":0,"hits":[]},"aggregations":{"group_by_username":{"doc_count_error_upper_bound":0,"sum_other_doc_count":0,"buckets":[{"key":"5aa8f9ea69f3f5001545c792","doc_count":3467}]}}}

Vshop List

https://api.flowzdigital.com/pdmnew/vshop-list { headers: authorization, vid }

  • GET { params: userID } { query_string_params: all=1, supplier=false, $limit=20 }
    • Response

      [{"esUser":"599556c71d100120729","id":"b2c*74-83e3-469a-9569-4d3d41c66","password":"d0840-1afb-11e8-bb04-25bc**f946","status":"completed","userId":"5990556c71d1c0229","virtualShopName":"aakron"},{"company":"aakron","esUser":"599140*6c71d100072","id":"772e-a130-01c-9a3f-aade7**4acf","password":"d0840-1afb-11e8-bb04-25bcf946","status":"completed","userId":"599*0556c71d1c0229"}]

Categories

https://api.flowzdigital.com/pdmnew/categories { headers: authorization, vid }

  • GET { params: site_id }
    • Response

      {"took":15,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":3467,"max_score":0,"hits":[]},"aggregations":{"group_by_category":{"doc_count_error_upper_bound":0,"sum_other_doc_count":86,"buckets":[{"key":"Non-Promotional Products","doc_count":2098},{"key":"Business Displays","doc_count":1067},{"key":"Flags Of The World","doc_count":974}]}

Clone this wiki locally