> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # [Velo](https://dev.wix.com/docs/api/get-menu-content?url=https%3A%2F%2Fdev.wix.com%2Fdocs%2Fvelo&format=markdown.md) ## [APIs](https://dev.wix.com/docs/velo/apis.md) ### [wix-ecom-backend](https://dev.wix.com/docs/velo/apis/wix-ecom-backend.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/introduction.md) - [Address Object Conversion Table](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/address-object-conversion-table.md) #### [Cart](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/introduction.md) - [Stores to eCommerce Cart Conversion Table](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/stores-to-e-commerce-cart-conversion-table.md) - [addToCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/add-to-cart.md) - [createCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/create-cart.md) - [createCheckout()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/create-checkout.md) - [deleteCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/delete-cart.md) - [estimateTotals()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/estimate-totals.md) - [getCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/get-cart.md) - [removeCoupon()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/remove-coupon.md) - [removeLineItems()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/remove-line-items.md) - [updateCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/update-cart.md) - [updateLineItemsQuantity()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/cart/update-line-items-quantity.md) #### [CurrentCart](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/introduction.md) - [addToCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/add-to-current-cart.md) - [createCheckoutFromCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/create-checkout-from-current-cart.md) - [deleteCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/delete-current-cart.md) - [estimateCurrentCartTotals()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/estimate-current-cart-totals.md) - [getCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/get-current-cart.md) - [removeCouponFromCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/remove-coupon-from-current-cart.md) - [removeLineItemsFromCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/remove-line-items-from-current-cart.md) - [updateCurrentCart()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/update-current-cart.md) - [updateCurrentCartLineItemQuantity()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/current-cart/update-current-cart-line-item-quantity.md) #### [Checkout](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/introduction.md) - [Stores Cart to eCommerce Checkout Conversion Table](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/stores-cart-to-e-commerce-checkout-conversion-table.md) - [addToCheckout()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/add-to-checkout.md) - [createCheckout()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/create-checkout.md) - [createOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/create-order.md) - [getCheckout()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/get-checkout.md) - [getCheckoutUrl()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/get-checkout-url.md) - [markCheckoutAsCompleted()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/mark-checkout-as-completed.md) - [removeCoupon()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/remove-coupon.md) - [removeGiftCard()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/remove-gift-card.md) - [removeLineItems()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/remove-line-items.md) - [removeOverrideCheckoutUrl()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/remove-override-checkout-url.md) - [updateCheckout()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/update-checkout.md) - [updateLineItemsQuantity()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout/update-line-items-quantity.md) #### [Orders](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/introduction.md) - [bulkUpdateOrders()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/bulk-update-orders.md) - [cancelOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/cancel-order.md) - [createOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/create-order.md) - [getOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/get-order.md) - [searchOrders()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/search-orders.md) - [updateOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders/update-order.md) #### [OrderFulfillments](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/introduction.md) - [bulkCreateFulfillments()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/bulk-create-fulfillments.md) - [createFulfillment()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/create-fulfillment.md) - [deleteFulfillment()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/delete-fulfillment.md) - [listFulfillmentsForMultipleOrders()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/list-fulfillments-for-multiple-orders.md) - [listFulfillmentsForSingleOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/list-fulfillments-for-single-order.md) - [updateFulfillment()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-fulfillments/update-fulfillment.md) #### [OrderTransactions](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions/introduction.md) - [addPayments()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions/add-payments.md) - [bulkUpdatePaymentStatuses()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions/bulk-update-payment-statuses.md) - [listTransactionsForMultipleOrders()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions/list-transactions-for-multiple-orders.md) - [listTransactionsForSingleOrder()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions/list-transactions-for-single-order.md) - [updatePaymentStatus()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-transactions/update-payment-status.md) #### [OrderInvoices](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-invoices.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-invoices/introduction.md) - [listInvoicesForMultipleOrders()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/order-invoices/list-invoices-for-multiple-orders.md) #### [OrdersSettings](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders-settings.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders-settings/introduction.md) - [getOrdersSettings()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders-settings/get-orders-settings.md) - [updateOrdersSettings()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/orders-settings/update-orders-settings.md) #### [CheckoutTemplates](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/introduction.md) - [createAndRedirectToCheckout()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/create-and-redirect-to-checkout.md) - [createCheckoutFromTemplate()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/create-checkout-from-template.md) - [createCheckoutTemplate()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/create-checkout-template.md) - [deleteCheckoutTemplate()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/delete-checkout-template.md) - [getCheckoutTemplate()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/get-checkout-template.md) - [queryCheckoutTemplates()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/query-checkout-templates.md) - [updateCheckoutTemplate()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/update-checkout-template.md) ##### [CheckoutTemplatesQueryBuilder](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder.md) - [ascending()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/ascending.md) - [descending()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/descending.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/eq.md) - [exists()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/exists.md) - [find()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/find.md) - [hasSome()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/has-some.md) - [in()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/in.md) - [limit()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/limit.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/ne.md) - [skipTo()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/skip-to.md) - [startsWith()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-builder/starts-with.md) ##### [CheckoutTemplatesQueryResult](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result.md) - [cursors](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/cursors.md) - [items](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/items.md) - [length](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/length.md) - [pageSize](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/page-size.md) - [query](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/query.md) - [hasNext()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/has-next.md) - [hasPrev()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/has-prev.md) - [next()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/next.md) - [prev()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-templates/checkout-templates-query-result/prev.md) #### [CheckoutSettings](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-settings.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-settings/introduction.md) - [getCheckoutSettings()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-settings/get-checkout-settings.md) - [updateCheckoutSettings()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/checkout-settings/update-checkout-settings.md) #### [DiscountRules](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/introduction.md) - [createDiscountRule()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/create-discount-rule.md) - [deleteDiscountRule()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/delete-discount-rule.md) - [getDiscountRule()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/get-discount-rule.md) - [queryDiscountRules()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/query-discount-rules.md) - [updateDiscountRule()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/update-discount-rule.md) ##### [DiscountRulesQueryBuilder](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder.md) - [ascending()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/ascending.md) - [descending()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/descending.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/eq.md) - [exists()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/exists.md) - [find()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/find.md) - [ge()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/ge.md) - [gt()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/gt.md) - [hasSome()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/has-some.md) - [in()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/in.md) - [le()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/le.md) - [limit()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/limit.md) - [lt()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/lt.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/ne.md) - [skipTo()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/skip-to.md) - [startsWith()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-builder/starts-with.md) ##### [DiscountRulesQueryResult](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result.md) - [cursors](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/cursors.md) - [items](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/items.md) - [length](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/length.md) - [pageSize](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/page-size.md) - [query](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/query.md) - [hasNext()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/has-next.md) - [hasPrev()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/has-prev.md) - [next()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/next.md) - [prev()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/discount-rules/discount-rules-query-result/prev.md) #### [BackInStockSettings](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-settings.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-settings/introduction.md) - [getSettings()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-settings/get-settings.md) - [startCollectingRequests()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-settings/start-collecting-requests.md) - [stopCollectingRequests()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-settings/stop-collecting-requests.md) #### [BackInStockNotifications](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/introduction.md) - [createBackInStockNotificationRequest()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/create-back-in-stock-notification-request.md) - [deleteBackInStockNotificationRequest()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/delete-back-in-stock-notification-request.md) - [getBackInStockNotificationRequest()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/get-back-in-stock-notification-request.md) - [getBackInStockNotificationRequestsCountByCatalogReferences()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/get-back-in-stock-notification-requests-count-by-catalog-references.md) - [markAsNotificationSent()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/mark-as-notification-sent.md) - [queryBackInStockNotificationRequests()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/query-back-in-stock-notification-requests.md) - [reportItemsBackInStock()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/report-items-back-in-stock.md) ##### [RequestsQueryBuilder](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder.md) - [ascending()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/ascending.md) - [descending()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/descending.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/eq.md) - [exists()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/exists.md) - [find()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/find.md) - [ge()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/ge.md) - [gt()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/gt.md) - [hasSome()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/has-some.md) - [in()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/in.md) - [le()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/le.md) - [limit()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/limit.md) - [lt()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/lt.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/ne.md) - [skipTo()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/skip-to.md) - [startsWith()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-builder/starts-with.md) ##### [RequestsQueryResult](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result.md) - [cursors](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/cursors.md) - [items](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/items.md) - [length](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/length.md) - [pageSize](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/page-size.md) - [query](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/query.md) - [hasNext()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/has-next.md) - [hasPrev()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/has-prev.md) - [next()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/next.md) - [prev()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/back-in-stock-notifications/requests-query-result/prev.md) #### [Recommendations](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/recommendations.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/recommendations/introduction.md) - [Sample Flow](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/recommendations/sample-flow.md) - [getRecommendation()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/recommendations/get-recommendation.md) - [listAvailableAlgorithms()](https://dev.wix.com/docs/velo/apis/wix-ecom-backend/recommendations/list-available-algorithms.md)