Istores API Documentation
MyIstores Api

custom orders

Endpoint:https://api.istores.co.il

Get full list with all custom orders with date filter

POST
https://api.istores.co.il
/custom_orders

Get full list with all custom orders with date filter

Get full list with all custom orders with date filterRequest Body

  • date_fromstring

    Valid date (year-month-day) wich we start the filter from

    Example: 2020-01-20
  • date_tostring

    Valid date (year-month-day) wich we end the filter

    Example: 2020-01-25
  • limitinteger · min: 1 · max: 100

    Limit orders per page (minimum 1)

    Example: 10
  • pageinteger · min: 1

    Limit orders per page (minimum 1)

    Example: 1

Get full list with all custom orders with date filterResponses

success

  • successboolean
    Example: true
  • responseobject[]

    array with all orders

  • resultsnumber
    Example: 233
  • pagesnumber
    Example: 100
  • pagenumber
    Example: 4
  • per_pagenumber
    Example: 2
  • request_idstring
    Example: 1ef2da0b-6f98-6fec-b13f-06c63b84be49

Get custom order details by order Id

GET
https://api.istores.co.il
/custom_order/{order_id}

Get custom order details by order id

Get custom order details by order Idpath Parameters

  • order_idinteger · int64 · required

    Order ID

Get custom order details by order IdResponses

success

  • successboolean
    Example: true
  • responseobject
  • request_idstring
    Example: 1ef2da0b-6f98-6fec-b13f-06c63b84be49

GET
https://api.istores.co.il
/custom_order/{order_id}/generate_qr

Download QR-code

path Parameters

  • order_idinteger · required

    Order ID

Responses

QR-code in SVG format

No data returned

PUT
https://api.istores.co.il
/custom_order/{order_id}/expiry_refresh

path Parameters

  • order_idinteger · required

    Order ID

Request Body

  • refreshboolean · required

Responses

Custom order info

  • successboolean
    Example: true
  • responseobject
  • request_idstring
    Example: 1ef2da0b-6f98-6fec-b13f-06c63b84be49