Optional
customPathConfig: OrderDefaultAdapterSDKCustomPathConfigPrivate
createPrivate
getPrivate
getPrivate
internalPrivate
orderPrivate
updateStatic
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_API for creating a single order
Input containing parameters for creating order.
Optional
options?: { Optional
expand?: stringOptional
requestContext: RequestContextOrder data that was created.
This API is used to create a single order in the Order service.
API for getting an order
Input containing parameters for fetching an order.
Optional
expand?: stringOptional
requestContext: RequestContextThe order.
This API is used to get an order from the Order service.
API for getting orders for a user
Input containing parameters for fetching orders.
Optional
options?: { Optional
queryOptional
requestContext: RequestContextPaginated list of orders for the user.
This API is used to get orders for a user from the Order service.
API for updating a single order
Input containing parameters for updating order.
Optional
requestContext: RequestContextOrder data that was updated.
This API is used to update a single order in the Order service.
Generated using TypeDoc
Default Adapter for Order
Description
This class is used to define the default adapter for Order. This adapter uses the REST SDK to communicate with Order functionality.