Edit in GitHubLog an issue
Adobe Commerce only. Learn more

Integrate with B2B using REST

This topic lists the REST endpoints and services that are provided with B2B for Adobe Commerce.

List of REST endpoints by module

Company

Use Company endpoints to manage B2B companies, including company profiles, teams, roles, and customer assignments. It enables administrators to create and manage company structures, assign roles and permissions, and handle customer-company relationships.

Use caseEndpointsService name
Company Management
GET /V1/company/ - List all companies
GET /V1/company/:companyId - Get company by ID
POST /V1/company/ - Create new company
PUT /V1/company/:companyId - Update company
DELETE /V1/company/:companyId - Delete company
companyCompanyRepositoryV1
Team Management
GET /V1/team/ - List all teams
GET /V1/team/:teamId - Get team by ID
POST /V1/team/:companyId - Create new team
PUT /V1/team/:teamId - Update team
DELETE /V1/team/:teamId - Delete team
companyTeamRepositoryV1
Role Management
GET /V1/company/role/ - List all roles
GET /V1/company/role/:roleId - Get role by ID
POST /V1/company/role/ - Create new role
PUT /V1/company/role/:id - Update role
DELETE /V1/company/role/:roleId - Delete role
companyRoleRepositoryV1
Role Assignment
PUT /V1/company/assignRoles - Assign roles to users
GET /V1/company/role/:roleId/users - Get users assigned to a specific role
companyAclV1
Customer Management
PUT /V1/customers/me - Update current customer
PUT /V1/customers/:customerId/companies/:companyId - Assign customer to company
DELETE /V1/customers/:customerId/companies/:companyId - Unassign customer from company
GET /V1/customers/:customerId/companies - Get companies assigned to customer
companyCompanyCustomerAssignmentV1
Company User Management
POST /V1/customers/companies - Create company user
GET /V1/customers/companies - List company users
GET /V1/customers/:customerId/companies/:companyId - Get company user details
companyCompanyUserRepositoryV1
Company Hierarchy
GET /V1/hierarchy/:id - Get company hierarchy
PUT /V1/hierarchy/move/:id - Move node in company hierarchy
companyCompanyHierarchyV1

For details, see the company API reference.

CompanyCredit

Use companyCredit endpoints to manage company credit limits, balances, and history in the B2B environment, enabling businesses to control and track credit usage across their organization.

Use caseEndpointsService name
Credit Limit Management
- GET /V1/companyCredits/ - List all company credits
- GET /V1/companyCredits/:creditId - Get specific credit details
- PUT /V1/companyCredits/:id - Update credit limit, currency, setting to exceed credit limit
- GET /V1/companyCredits/company/:companyId - Get credit limit by company ID
CreditLimitRepositoryInterfaceV1
CreditLimitManagementInterfaceV1
Credit Balance Management
- POST /V1/companyCredits/:creditId/increaseBalance - increase credit with an Allocate, Update, Refund, Revert, or Reimburse transaction.
- POST /V1/companyCredits/:creditId/decreaseBalance - Decrease credit balance with an Update, Reimburse, or Purchase transaction
CreditBalanceManagementInterfaceV1
Credit History Management
- GET /V1/companyCredits/history - Get credit history list
- PUT /V1/companyCredits/history/:historyId - Update credit history
CreditHistoryManagementInterfaceV1

For details, see the companyCredits API reference.

CompanyRelation

Use company/relations endpoints to manage relationships between companies in a B2B organization. These endpoints enable administrators to create, view, and delete hierarchical relationships between companies, allowing for complex organizational structures.

Use CaseEndpointService Name
Company Relations Management
GET /V1/company/relations - List company relationships
POST /V1/company/:parentId/relations - Create company relationship
DELETE /V1/company/:parentId/relations/:companyId - Delete company relationship
companyRelationRelationManagerV1

For details, see the companyRelations API reference.

NegotiableQuote

Use negotableQuote endpoints to manage negotiable quotes, including quote creation, modification, submission, and various cart operations.

Use caseEndpointsService name
Quote Creation and Management
- POST /V1/negotiableQuote/draft - Create a new draft quote
- POST /V1/negotiableQuote/request - Create a new quote request
- POST /V1/negotiableQuote/submitToCustomer - Submit quote to customer for review
- POST /V1/negotiableQuote/decline - Decline a quote
- POST /V1/negotiableQuote/pricesUpdated - Update prices in the quote
- PUT /V1/negotiableQuote/:quoteId - Update an existing quote
- GET /V1/negotiableQuote/attachmentContent - Retrieve attached documents
- GET /V1/negotiableQuote/:quoteId/comments - Get comments on a quote
NegotiableQuoteDraftManagementInterfaceV1
NegotiableQuoteManagementInterfaceV1
NegotiableQuotePriceManagementInterfaceV1
NegotiableCartRepositoryInterfaceV1
AttachmentContentManagementInterfaceV1
CommentLocatorInterfaceV1
Shipping Management
- PUT /V1/negotiableQuote/:quoteId/shippingMethod - Set shipping method for quote
- POST /V1/negotiable-carts/:cartId/shipping-information - Set shipping address information
- POST /V1/negotiable-carts/:cartId/estimate-shipping-methods - Calculate available shipping methods
- POST /V1/negotiable-carts/:cartId/estimate-shipping-methods-by-address-id - Calculate shipping methods using saved address
NegotiableQuoteShippingManagementInterfaceV1
ShippingInformationManagementInterfaceV1
ShipmentEstimationInterfaceV1
ShippingMethodManagementInterfaceV1
Billing and Payment
- GET /V1/negotiable-carts/:cartId/billing-address - Retrieve billing address
- POST /V1/negotiable-carts/:cartId/billing-address - Set billing address
- POST /V1/negotiable-carts/:cartId/payment-information - Save payment details and place order
- GET /V1/negotiable-carts/:cartId/payment-information - Retrieve payment information
- POST /V1/negotiable-carts/:cartId/set-payment-information - Set payment information without placing order
BillingAddressManagementInterfaceV1
PaymentInformationManagementInterfaceV1
Cart Operations
- GET /V1/negotiable-carts/:cartId/totals - Calculate and retrieve cart totals
- PUT /V1/negotiable-carts/:cartId/coupons/:couponCode - Apply coupon to cart
- DELETE /V1/negotiable-carts/:cartId/coupons - Remove applied coupon
CartTotalRepositoryInterfaceV1
CouponManagementInterfaceV1
Gift Card Management
- POST /V1/negotiable-carts/:cartId/giftCards - Add gift card to quote
- DELETE /V1/negotiable-carts/:cartId/giftCards/:giftCardCode - Remove gift card from quote
GiftCardAccountManagementInterfaceV1
Item Notes Management
- GET /V1/negotiable-cart-item-note/:noteId - Retrieve note for specific item
- POST /V1/negotiable-cart-item-note - Add note to quote item
- DELETE /V1/negotiable-cart-item-note/:noteId - Remove note from quote item
- GET /V1/negotiable-cart-item-note/search - Search for item notes
ItemNoteRepositoryInterfaceV1

For details, see the negotiableQuote API reference.

NegotiableQuoteTemplate

Use negotiableQuoteTemplate endpoints to manage quote templates, enabling businesses to create, store, and reuse standardized quote structures, with support for document references and template lifecycle management in the B2B environment.

Use caseEndpointsService name
Template Management
- GET /V1/negotiableQuoteTemplate/:templateId - Get template by ID
- GET /V1/negotiableQuoteTemplate - List all templates
- POST /V1/negotiableQuoteTemplate/draft - Create draft template
- POST /V1/negotiableQuoteTemplate/request - Create template request
- PUT /V1/negotiableQuoteTemplate - Update template
- DELETE /V1/negotiableQuoteTemplate/:templateId - Delete template
RepositoryInterfaceV1
DraftManagementInterfaceV1
CreateInterfaceV1
Template\Actions\UpdateInterfaceV1
DeleteInterfaceV1
Template Actions
- POST /V1/negotiableQuoteTemplate/open - Open template
- POST /V1/negotiableQuoteTemplate/submitToCustomer - Submit to customer
- POST /V1/negotiableQuoteTemplate/submitToSeller - Submit to seller
- POST /V1/negotiableQuoteTemplate/decline - Decline template
- POST /V1/negotiableQuoteTemplate/accept - Accept template
- POST /V1/negotiableQuoteTemplate/generateQuote - Generate quote from template
- POST /V1/negotiableQuoteTemplate/cancel - Cancel template
OpenInterfaceV1
SellerSendInterfaceV1
SendInterfaceV1
DeclineInterfaceV1
AcceptInterfaceV1
GenerateQuoteInterfaceV1
CancelInterfaceV1
Reference Document Links
- GET /V1/negotiableQuoteTemplate/referenceDocumentLink/:linkId - Get document link
- GET /V1/negotiableQuoteTemplate/referenceDocumentLink - List document links
- PUT referenceDocumentLink - Update document link
- DELETE /V1/negotiableQuoteTemplate/referenceDocumentLink/:linkId - Delete document link
ReferenceDocumentLinkRepositoryInterfaceV1

For details, see the negotiableQuoteTemplate API reference.

PurchasOrder

Use the purchaseOrder endpoints to manage purchase orders in a B2B context, including payment information management, shipping method estimation, cart management, and gift card handling

Use caseEndpointsService name
Purchase Order Management
- POST /V1/carts/mine/po-payment-information - Save payment information and place purchase order
- GET /V1/purchase-order-carts/:cartId/payment-information - Get payment information
- POST /V1/purchase-order-carts/:cartId/set-payment-information - Set payment information
PurchaseOrderPaymentInformationManagementInterfaceV1
Shipping Management
- POST /V1/purchase-order-carts/:cartId/estimate-shipping-methods - Estimate shipping methods
- POST /V1/purchase-order-carts/:cartId/estimate-shipping-methods-by-address-id - Estimate shipping methods by address ID
ShipmentEstimationInterfaceV1
ShippingMethodManagementInterfaceV1
Cart Management
- GET /V1/purchase-order-carts/:cartId/totals - Get cart totals
- POST /V1/purchase-order-carts/:cartId/billing-address - Set billing address
CartTotalRepositoryInterfaceV1
BillingAddressManagementInterfaceV1
Gift Card Management
- POST /V1/purchase-order-carts/:cartId/giftCards - Add gift card to cart
- DELETE /V1/purchase-order-carts/:cartId/giftCards/:giftCardCode - Remove gift card from cart
GiftCardAccountManagementInterfaceV1

For details, see the purchaseOrders API reference.

SharedCatalog

Use sharedCatalog endpoints to manage shared catalogs, including catalog management, company assignments, product management, and category management.

Use caseEndpointService name
Shared Catalog Management
GET /V1/sharedCatalog/:sharedCatalogId - Retrieves details of a specific shared catalog by ID
POST /V1/sharedCatalog - Creates a new shared catalog
PUT /V1/sharedCatalog/:id - Updates an existing shared catalog
DELETE /V1/sharedCatalog/:sharedCatalogId - Deletes a shared catalog by ID
GET /V1/sharedCatalog/ - Lists all shared catalogs with pagination support
sharedCatalogSharedCatalogRepositoryV1
Company Management
GET /V1/sharedCatalog/:sharedCatalogId/companies - Retrieves list of companies assigned to a shared catalog
POST /V1/sharedCatalog/:sharedCatalogId/assignCompanies - Assigns companies to a shared catalog
POST /V1/sharedCatalog/:sharedCatalogId/unassignCompanies - Removes companies from a shared catalog
sharedCatalogCompanyManagementV1
Product Management
GET /V1/sharedCatalog/:id/products - Retrieves list of products in a shared catalog
POST /V1/sharedCatalog/:id/assignProducts - Assigns products to a shared catalog
POST /V1/sharedCatalog/:id/unassignProducts - Removes products from a shared catalog
sharedCatalogProductManagementV1
Category Management
GET /V1/sharedCatalog/:id/categories - Retrieves list of categories in a shared catalog
POST /V1/sharedCatalog/:id/assignCategories - Assigns categories to a shared catalog
POST /V1/sharedCatalog/:id/unassignCategories - Removes categories from a shared catalog
sharedCatalogCategoryManagementV1
Tier Price Management
POST /V1/sharedCatalog/:sharedCatalogId/assignTierPrices - Assigns tier prices to products in a shared catalog
POST /V1/sharedCatalog/:sharedCatalogId/resetTierPrices - Resets tier prices for products in a shared catalog
sharedCatalogAssignTierPriceV1

For details, see the sharedCatalog API reference.

RequisitionList

Use the requisition_lists endpoint to save requisition lists to create and manage lists of products for future purpose. The RequisitionList module automatically handles:

  • Customer ID assignment
  • List name processing
  • Data validation
  • Error handling
Use CaseEndpoint - DescriptionService Name
Requisition List Management
POST /V1/requisition_lists - Creates or updates a requisition list
requisitionListRequisitionListRepositoryV1

For details, see the requistion_lists API reference.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.