Skip to main content
GET
/
sellers
/
{id}
Get seller
curl --request GET \
  --url https://api.quivo.co/sellers/{id}
{
  "sendToEmail": "<string>",
  "sellerAddress": {
    "name": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "city": "<string>",
    "countryIso2": "<string>",
    "zip": "<string>",
    "state": "<string>",
    "street": "<string>",
    "street2": "<string>"
  },
  "subscriptionPackage": "RISING_STAR",
  "name": "<string>",
  "usesWarehouseSku": true,
  "warehouseId": 123,
  "companyName": "<string>",
  "sellerServices": [
    "<string>"
  ],
  "pixiSellerIdentifier": "<string>",
  "pixiArticlePrefix": "<string>",
  "pixiManualOrderPrefix": "<string>",
  "allowInboundOverReceiving": true,
  "allowReturnOverReceiving": true,
  "lottableIdRequired": true,
  "sendToCcEmail": "<string>",
  "voecNumber": "<string>",
  "vatNumber": "<string>",
  "vatNumberRequired": true,
  "homePage": "<string>",
  "useArticleBaseData": true,
  "eoriNumber": "<string>",
  "vatNumberPerCountry": {},
  "eoriNumberPerCountry": {},
  "sellerLogo": {
    "link": "<string>"
  },
  "exportedAt": "2023-11-07T05:31:56Z",
  "connectorApiKey": "<string>",
  "managingGroup": "QUIVO",
  "trackingEnabled": true,
  "dimensionsRequired": true,
  "customAttributes": "{\"attr1\":\"val1\"}"
}

Path Parameters

id
integer<int64>
required

The unique identifier for the resource.

Response

Returns the seller details including configuration and account information.

Complete seller account information. Contains seller details, configuration, subscription information, and account settings.

sendToEmail
string
required

E-Mail address to send invoices.

Maximum string length: 80
sellerAddress
object
required

The

subscriptionPackage
enum<string>
required

Subscription package for this Seller

Available options:
RISING_STAR,
STELLAR_EXPLORER,
FULFILLED_LEGEND,
WITHOUT_PACKAGE,
SEND_IT_YOURSELF,
CUSTOMIZED
name
string

The name of the item

usesWarehouseSku
boolean

Stock Keeping Unit (SKU) identifier

warehouseId
integer<int64>

The unique identifier for the warehouse

companyName
string

Company name.
Necessary for VAT Registration Number

Maximum string length: 50
sellerServices
string[]

Seller identifier or information

pixiSellerIdentifier
string

SellerIdentifier used in Pixi
Necessary for Pixi sellers

Maximum string length: 5
pixiArticlePrefix
string

ArticlePrefix used for Pixi articles
Necessary for Pixi sellers

Maximum string length: 10
pixiManualOrderPrefix
string

OrderPrefix used for Pixi orders created manually
Necessary for Pixi sellers

Maximum string length: 10
allowInboundOverReceiving
boolean

Optional value indicating if seller can over receive more than announced during inbounds.
Default value is true.

allowReturnOverReceiving
boolean

Optional value indicating if seller can receive more than announced during returns.
Default value is true.

lottableIdRequired
boolean

Optional value indicating if seller requires to replace lot no. with lottable ID.
Default value is false.

sendToCcEmail
string

CC E-Mail address to send invoices.
This field is optional.

Maximum string length: 80
voecNumber
string

VOEC Number Norway.

Maximum string length: 20
vatNumber
string

VAT Registration Number.

Maximum string length: 20
vatNumberRequired
boolean

Optional value indicating whether the VAT number is required or not.

homePage
string

Home page url.
This field is optional.

Maximum string length: 80
useArticleBaseData
boolean

Optional value indicating whether the article data is used as base data when some fields are missing in shop system.
By default article data is not used as base data.

eoriNumber
string

EORI number.
This field is optional.

Maximum string length: 35
vatNumberPerCountry
object

Vat numbers per country.
This field is optional.

eoriNumberPerCountry
object

Eori numbers per country.
This field is optional.

URL link reference. Contains link URL and optional metadata.

exportedAt
string<date-time>

The exported at timestamp

connectorApiKey
string

Key or identifier

managingGroup
enum<string>

The managing group. Possible values: QUIVO, GWC

Available options:
QUIVO,
GWC
trackingEnabled
boolean

Indicates whether tracking is enabled

dimensionsRequired
boolean

Indicates whether dimensions is required

customAttributes
object

Optional value for custom attributes of article.

Example:

"{\"attr1\":\"val1\"}"