Skip to content

Commit

Permalink
Merge pull request #364 from AdobeDocs/b2b-fix-purchase-order-mutation
Browse files Browse the repository at this point in the history
Update place-purchase-order.md
  • Loading branch information
meker12 authored Oct 1, 2024
2 parents ecc5665 + 81bd30d commit 82b7a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ edition: b2b

The `placeOrderForPurchaseOrder` mutation converts an approved purchase order to an order. If the request is successful, the status of the purchase order is `ORDER_PLACED`.

Use the [`placePurchaseOrder` mutation](place-purchase-order.md) to place a purchase order using the cart ID.
<InlineAlert variant="info" slots="text" />

If you want to place a purchase order using the cart ID instead of the purchase order UID, use the [`placePurchaseOrder` mutation](place-purchase-order.md).

## Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ edition: b2b

The `placePurchaseOrder` mutation places a purchase order using the specified `cart_id`. If the request is successful, the status of the purchase order is `ORDER_PLACED`.

Use the [`placeOrderForPurchaseOrder` mutation](place-order.md) to convert a purchase order to an order using the UID.
<InlineAlert variant="info" slots="text" />

To convert a purchase order to an order using the purchase order UID instead of the cart ID, use the [`placeOrderforPurchase` mutation](place-order.md).

## Syntax

Expand Down

0 comments on commit 82b7a9f

Please sign in to comment.