Actions (78)
Bookings · 12
- Cancel bookingDELETE /v1/bookings/{orderNumber}
Cancel an existing booking.
documented - Cancel bookingDELETE /v1/bookings/{orderNumber}
Cancel a booking.
documented - Create bookingPOST /v1/bookings
Create a new booking for a product.
documented - Create bookingPOST /v1/bookings
Create a new booking.
documented - Get bookingGET /v1/bookings/{orderNumber}
Retrieve details for a specific booking.
documented - Get bookingGET /v1/bookings/{orderNumber}
Retrieve a booking by order number.
documented - Quote bookingPOST /v1/bookings/quote
Request a price quote for a booking.
documented - Quote bookingPOST /v1/bookings/quote
Obtain a price quote for a proposed booking.
documented - Search bookingsGET /v1/bookings
List bookings in the supplier's account.
documented - Search bookingsGET /v1/bookings
List bookings in the agent's account.
documented - Update bookingPUT /v1/bookings/{orderNumber}
Update details of an existing booking.
documented - Update bookingPUT /v1/bookings/{orderNumber}
Update an existing booking.
documented
Products · 11
- Add product imagePOST /v1/products/{productCode}/images
Upload an image for a product.
documented - Create productPOST /v1/products
Create a new product.
documented - Delete productDELETE /v1/products/{productCode}
Delete a product.
documented - Get productGET /v1/products/{productCode}
Retrieve detailed information for a specific product.
documented - Get productGET /v1/products/{productCode}
Retrieve product details.
documented - Get product pickupsGET /v1/products/{productCode}/pickups
List pickup locations configured for a specific product.
documented - Get product pickupsGET /v1/products/{productCode}/pickups
List pickup locations for a product.
documented - Remove product imageDELETE /v1/products/{productCode}/images/{mediaId}
Delete a product image.
documented - Search marketplace productsGET /v1/products/marketplace
List marketplace products available to Rezdy agents and OTAs for potential resale.
documented - Search productsGET /v1/products
List products available in the supplier account.
documented - Update productPUT /v1/products/{productCode}
Update an existing product.
documented
Categories · 10
- Add product to categoryPUT /v1/categories/{categoryId}/products/{productCode}
Add a product to an existing category.
documented - Add product to categoryPUT /v1/categories/{categoryId}/products/{productCode}
Add a product to an existing category.
documented - Get categoryGET /v1/categories/{categoryId}
Retrieve a category by its ID.
documented - Get categoryGET /v1/categories/{categoryId}
Retrieve a category by its ID.
documented - List category productsGET /v1/categories/{categoryId}/products
List all products within a category.
documented - List category productsGET /v1/categories/{categoryId}/products
List all products within a given category.
documented - Remove product from categoryDELETE /v1/categories/{categoryId}/products/{productCode}
Remove a product from an existing category.
documented - Remove product from categoryDELETE /v1/categories/{categoryId}/products/{productCode}
Remove a product from an existing category.
documented - Search categoriesGET /v1/categories
List product categories for the supplier account.
documented - Search categoriesGET /v1/categories
List supplier categories.
documented
Customers · 8
- Create customerPOST /v1/customers
Create a new customer.
documented - Create customerPOST /v1/customers
Create a new customer record.
documented - Delete customerDELETE /v1/customers/{customerId}
Delete a customer record.
documented - Delete customerDELETE /v1/customers/{customerId}
Delete a customer record.
documented - Get customerGET /v1/customers/{customerId}
Retrieve a customer by ID.
documented - Get customerGET /v1/customers/{customerId}
Retrieve a customer by ID.
documented - Search customersGET /v1/customers
List customers in the account.
documented - Search customersGET /v1/customers
List customers in the account.
documented
Availability · 7
- Create availabilityPOST /v1/availability
Create availability entries for products.
documented - Create availability batchPOST /v1/availability/batch
Create/modify availability in batch for multiple products.
documented - Get availability sessionGET /v1/availability/product/{productCode}/startTimeLocal/{startTimeLocal}
Retrieve a specific product session's availability by start time (local).
documented - Search availabilityGET /v1/availability
Load availability for a date range.
documented - Search availabilityGET /v1/availability
Return available sessions and pricing for a given date range.
documented - Update availabilityPUT /v1/availability
Update existing availability.
documented - Update availability sessionPUT /v1/availability/product/{productCode}/startTimeLocal/{startTimeLocal}
Update a specific product session's availability by start time (local).
documented
Manifest · 6
- Check-in order itemPUT /v1/manifest/checkinOrderSession
Mark an order item as checked-in or no-show.
documented - Check-in sessionPUT /v1/manifest/checkinSession
Record check-in status for a session.
documented - Get order item check-in statusGET /v1/manifest/checkinOrderSession
Retrieve check-in status for an order item.
documented - Get session check-in statusGET /v1/manifest/checkinSession
Retrieve check-in status for a session.
documented - Remove order item check-inDELETE /v1/manifest/checkinOrderSession
Remove the check-in status for an order item.
documented - Remove session check-inDELETE /v1/manifest/checkinSession
Clear check-in status for a session.
documented
PickupList · 5
- Create pickup listPOST /v1/pickups
Create a new pickup list.
documented - Delete pickup listDELETE /v1/pickups/{pickupListId}
Delete a pickup list.
documented - Get pickup listGET /v1/pickups/{pickupListId}
Retrieve a pickup list by ID.
documented - Search pickupsGET /v1/pickups
List pickup lists.
documented - Update pickup listPUT /v1/pickups/{pickupListId}
Update an existing pickup list.
documented
Extras · 4
Resources · 4
- Add session resourcePUT /v1/resources/{resourceId}/session/{sessionId}
Add a resource to a session.
documented - Get session resourcesGET /v1/resources/session
Retrieve resources for a given session.
documented - List resourcesGET /v1/resources
List supplier resources.
documented - Remove session resourceDELETE /v1/resources/{resourceId}/session/{sessionId}
Remove a resource from a session.
documented