Purchase Order Containers
The Purchase Order drop-in provides 12 pre-built container components for integrating into your storefront.
Version: 1.0.0-beta1
What are Containers?
Containers are pre-built UI components that combine functionality, state management, and presentation. They provide a complete solution for specific features and can be customized through props, slots, and CSS.
Available Containers
| Container | Description |
|---|---|
| ApprovalRuleDetails | The ApprovalRuleDetails container displays a read-only view of a purchase order approval rule. |
| ApprovalRuleForm | The ApprovalRuleForm container manages purchase order approval rules. |
| ApprovalRulesList | The ApprovalRulesList container displays all company purchase order approval rules in a paginated table. |
| CompanyPurchaseOrders | The CompanyPurchaseOrders container displays purchase orders placed by company users. |
| CustomerPurchaseOrders | The CustomerPurchaseOrders container displays purchase orders created by the currently logged-in customer. |
| PurchaseOrderApprovalFlow | The PurchaseOrderApprovalFlow container displays approval rules that apply to the currently selected purchase order. |
| PurchaseOrderCommentForm | The PurchaseOrderCommentForm container displays a form that allows users to add a comment to the currently selected purchase order. |
| PurchaseOrderCommentsList | The PurchaseOrderCommentsList container displays all comments associated with the currently selected purchase order. |
| PurchaseOrderConfirmation | The PurchaseOrderConfirmation container displays the purchase order confirmation page shown after completing the checkout process. |
| PurchaseOrderHistoryLog | The PurchaseOrderHistoryLog container displays all history logs associated with the currently selected purchase order. |
| PurchaseOrderStatus | The PurchaseOrderStatus container displays the status of the currently selected purchase order along with any available actions. |
| RequireApprovalPurchaseOrders | The RequireApprovalPurchaseOrders container displays purchase orders created by other company users that either require approval from or have alrea… |