Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

B2B Buyer Data API

The B2B Buyer Data API allows you to create, retrieve, update, delete, and search buyer documents stored in the shopper data entity.

This feature is only available for stores using B2B Buyer Portal, which is currently available to select accounts.

Endpoints

Buyer data

SummaryMethodPath
Get buyer schemaGET/api/dataentities/shopper/schemas/v1
Create buyerPOST/api/dataentities/shopper/documents
Get buyer by IDGET/api/dataentities/shopper/documents/{buyerId}
Update buyerPATCH/api/dataentities/shopper/documents/{buyerId}
Delete buyerDELETE/api/dataentities/shopper/documents/{buyerId}
Search buyersGET/api/dataentities/shopper/search

Loading API specification...