Saltar al contenido
Guías
Referencia de API
establesettings:read

Obtener vendedor por ID

Obtiene un vendedor específico por su ID.

GET/v1/sellers/{id}

Obtiene un vendedor específico por su ID.

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Parámetros de ruta

id*string

Identificador único del recurso.

Cuerpo de la respuesta

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/sellers/string"
{  "id": "string",  "sellerId": "string",  "storeId": "string",  "name": "string",  "slug": "string",  "countryCode": "string",  "currencyCode": "string",  "description": null,  "phone": null,  "emailNotification": null,  "deliveryPolicy": null,  "privacyAndSecurityPolicy": null,  "commissionPercent": 0.1,  "exchangeRate": null,  "isInternal": true,  "catalogSettings": {    "publicationEnabled": true,    "productApprovalPolicy": "manualReview",    "promotionsEnabled": true  },  "shippingSettings": {    "shippingEnabled": true,    "shippingProfilesEnabled": true,    "fulfillmentMode": "marketplaceFulfilled",    "rateManagementMode": "marketplaceRates",    "allowedShippingMethods": [      "string"    ],    "maxTransitDays": null,    "minShippingRate": null,    "maxShippingRate": null  },  "legalInfo": {    "isVerified": true,    "taxId": null,    "businessLicense": null,    "legalName": null,    "legalAddress": null,    "contactPerson": null,    "contactEmail": null,    "isComplete": true  },  "billingInfo": {    "accountHolder": null,    "documentNumber": null,    "bankName": null,    "accountType": null,    "accountNumber": null,    "interbankAccountNumber": null,    "isComplete": true  },  "profile": {    "logo": null,    "banner": null,    "avatar": null,    "backgroundImage": null,    "website": null,    "facebook": null,    "instagram": null,    "twitter": null,    "linkedIn": null,    "youTube": null,    "tikTok": null,    "hasMedia": true,    "hasSocialLinks": true  },  "fulfillment": {    "offersShipping": true,    "offersPickup": true,    "offersDigitalDelivery": true,    "offersInstallation": true,    "hasAnyOption": true  },  "rating": {    "averageRating": 0.1,    "totalReviews": 0,    "fiveStars": 0,    "fourStars": 0,    "threeStars": 0,    "twoStars": 0,    "oneStar": 0,    "hasReviews": true  },  "status": "active",  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}