Get order details

GET{{API_BASE_URL}}/shop/v1/user/:userId/orders/:orderId

This endpoint retrieves the details of a specific order associated with a user.

Request

  • userId (path) : The unique identifier of the user.

  • orderId (path) : The identifier of the order.

Response

  • items (array) : The list of items included in the order

  • receipts (array) : The receipts of the order

  • legitimations(array) : The legitimations of the order

  • payment (object): information concerning the payment

  • isRegistrationOnly (boolean)

  • canChangeRegistrationData (boolean)

  • isVerifiedOrder (boolean)

  • id (string) : The unique identifier of the order.

  • number (string)

  • orderedAt (string) : The date and time of the order

  • orderedBy(object) : Details of the user associated with the order, including userId, verificationStatus, and email

  • isThirdPartyPurchase (boolean)

  • price (object)

  • status (string)

  • event (object)

  • shipping (object)

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Responses#responses

200OKGet order details