Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7178b9d

Browse files
author
RakeshJesadiya
committed
add purchase order changes
1 parent 00f5d7a commit 7178b9d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

src/guides/v2.3/b2b/bk-b2b.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ menu_order: 1
88
menu_node: parent
99
ee_only: True
1010
functional_areas:
11-
- B2B
12-
- Integration
11+
- B2B
12+
- Integration
1313
---
1414

1515
Unlike the standard business-to-consumer model, {{site.data.var.b2b}} (Business to Business) is designed to meet the needs of sellers (Magento merchants) whose customers are primarily companies—possibly with complex organizational structures and multiple users with various roles and levels of permission.
@@ -46,9 +46,12 @@ ConfigurableSharedCatalog |Enables configurable products to be added to a shared
4646
GiftCardNegotiableQuote | Enables gift cards to be displayed in a negotiable quote in an B2B environment | No
4747
GiftCardRequisitionList | Enables gift cards to be displayed in a requisition list | No
4848
GiftCardSharedCatalog | Enables gift cards to be added to a shared catalog in an B2B environment. | No
49+
GroupedRequisitionList | Enables grouped products to be displayed in a requisition list | No
4950
GroupedSharedCatalog | Enables grouped products to be added to a shared catalog in an B2B environment. | No
5051
NegotiableQuote | Allows a buyer and a seller (admin user) to negotiate product and/or shipping prices before the buyer places an order. | Yes
5152
NegotiableQuoteSharedCatalog | Enables the `NegotiableQuote` module to interact with a `SharedCatalog` in an B2B environment. | No
53+
PurchaseOrder | Allows buyers and seller to create a purchase order. | Yes
54+
PurchaseOrderRule | Allows creating and enforcing approval rules for purchase orders. | No
5255
QuickOrder | Allows buyers to create a new order from a list of multiple SKUs. | No
5356
RequisitionList | Allows a buyer to create multiple lists of frequently-purchased items and use those lists for order placement. | No
5457
SharedCatalog | Defines the visibility of products and prices in the catalog and in B2B quotes for different company accounts. | Yes

src/guides/v2.3/b2b/integrations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ POST /V1/negotiable-carts/:cartId/giftCards
7878
DELETE /V1/negotiable-carts/:cartId/giftCards/:giftCardCode
7979
```
8080

81+
### PurchaseOrder
82+
83+
```terminal
84+
POST /V1/carts/mine/po-payment-information
85+
```
86+
8187
### SharedCatalog
8288

8389
```terminal
@@ -137,6 +143,12 @@ negotiableQuoteShippingInformationManagementV1
137143
negotiableQuoteShippingMethodManagementV1
138144
```
139145

146+
### PurchaseOrder
147+
148+
```terminal
149+
purchaseOrderPurchaseOrderPaymentInformationManagementV1
150+
```
151+
140152
### SharedCatalog
141153

142154
```terminal

0 commit comments

Comments
 (0)