Orders
Endpoints#endpoints
GETGet orders{{API_BASE_URL}}/shop/v1/user/:user/orders?event={{EVENT}}GETGet order details{{API_BASE_URL}}/shop/v1/user/:userId/orders/:orderIdGETGet exhibitor recommendations{{API_BASE_URL}}/shop/v1/user/:userId/orders/:orderId/exhibitor-recommendations?amount=3GETGet exhibitor recommendations tracking{{API_BASE_URL}}/shop/v1/user/:userId/orders/:orderId/exhibitor-recommendations?amount=3GETGet exhibitor recommendations tracking click{{API_BASE_URL}}/shop/v1/user/:userId/orders/:orderId/exhibitor-recommendations?amount=3GETGet cart from order{{API_BASE_URL}}/shop/v1/user/:user/orders/:order/cartPOSTResend confirmation email{{API_BASE_URL}}/shop/v1/user/:user/orders/:order/confirmation/resendPOSTResend registration reminder email{{API_BASE_URL}}/shop/v1/user/:user/orders/:order/registration-reminder/resend