Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-8.internal.AdminPostReservationsReservationReq.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

1.4 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: AdminPostReservationsReservationReq

internal.internal.AdminPostReservationsReservationReq

Schema

AdminPostReservationsReservationReq type: object properties: location_id: description: "The ID of the location associated with the reservation." type: string quantity: description: "The quantity to reserve." type: number metadata: description: An optional set of key-value pairs with additional information. type: object externalDocs: description: "Learn about the metadata attribute, and how to delete and update it." url: "https://docs.medusajs.com/development/entities/overview#metadata-attribute"

Properties

description

Optional description: string

Defined in

packages/medusa/dist/api/routes/admin/reservations/update-reservation.d.ts:84


location_id

Optional location_id: string

Defined in

packages/medusa/dist/api/routes/admin/reservations/update-reservation.d.ts:83


metadata

Optional metadata: Record<string, unknown>

Defined in

packages/medusa/dist/api/routes/admin/reservations/update-reservation.d.ts:85


quantity

Optional quantity: number

Defined in

packages/medusa/dist/api/routes/admin/reservations/update-reservation.d.ts:82