My merchant business account on the Vendexo Online Shopping System

The following resources are defined in this resource set:

Shops

  • https://api.vendexo.com/api/myshop/v1/shops/
  • json, xml
  • GET
  • Returns a list of the resource owners shops and their attributes.
  • OAuth2

Orders

  • https://api.vendexo.com/api/myshop/v1/orders/
  • json, xml
  • GET
  • Returns a list of the resource owner's orders.
  • shopCodeThe id code which identifies the shop.
    shopOrderNumberThe shop order number which identifies the order in the control panel.
  • OAuth2
  • https://api.vendexo.com/api/myshop/v1/orders/?shopCode=shopcode

Order Items

  • https://api.vendexo.com/api/myshop/v1/orderitems/
  • json, xml
  • GET
  • Returns a list of the items that make up the specified order.
  • shopCodeThe id code which identifies the shop.
    shopOrderNumberThe shop order number which identifies the order in the control panel.
  • OAuth2