> 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 ## Resource: Orders ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-pricing-plans-v2/orders/introduction.md ## Article Content: --- title: Introduction --- # Introduction  
Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
  The Pricing Plans Orders API allows you to manage orders for your pricing plans. With the Pricing Plans Orders API, you can: - [Get](wix-pricing-plans-v2/orders/management-get-order) and [list](wix-pricing-plans-v2/orders/management-list-orders) orders. - [Create](wix-pricing-plans-v2/orders/create-offline-order) offline orders. - [Mark](wix-pricing-plans-v2/orders/mark-as-paid) offline orders as paid. - [Preview](wix-pricing-plans-v2/orders/get-price-preview) the pricing details of an order. - [Pause](wix-pricing-plans-v2/orders/pause-order), [resume](wix-pricing-plans-v2/orders/resume-order), or [cancel](wix-pricing-plans-v2/orders/request-cancellation) orders. - [Extend the duration](wix-pricing-plans-v2/orders/postpone-end-date) of orders. To use the Pricing Plans Orders API, import `{ orders }` from the `wix-pricing-plans.v2` module. ```javascript import { orders } from 'wix-pricing-plans.v2'; ```