Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Create a new Seller object.
Update the seller object, except the seller status. Use the disable, activate, deactivate, and delete endpoints to manage the status.
Get the Sellers collection.
Get a single Seller object by ID.
Activate a previously deactivated or disabled seller.
When activated, the status changes from Offline
or Disabled
to Active
.
Deactivate a seller.
When a seller is deactivated, the status changes from Active
to Offline
.
Disable or deactivate the seller object.
When disabled, the status changes from Active
to Disabled
. Disabled sellers cannot be used in transactions.
Delete the seller object. When deleted, the status changes from Active
to Deleted
.
The seller
object represents a seller in the Marketplace platform. This object contains the following properties:
id
string
Primary seller identifier.
Example: "SEL-1234-1234"
href
string
Relative reference to object on API.
Example: "/v1/accounts/sellers/SEL-1234-1234"
status
string
Status: Active , Disabled, Offline , Deleted
name
string
Seller's name.
Example: "SoftwareOne USA"
icon
string
Relative path to seller’s logo.
Example: "/static/accounts/SEL-1234-1234/logo.png"
externalId
string
External identifier.
Example: "WW-CON-123456"
address
object
Address of the seller.
Example:
currency
string
buyers
audit
object
Possible audit events: Created, Updated, Activated, Disabled, Deactivated, or Deleted
Example:
Success
No Content
Success
Success
Success
Success
Created
Success