Retorna um Seller específico da loja

Reseller específico

get/resellers/token

Response

200

resellerIdinteger
razaoSocialstring
centroDistribuicaoIdinteger
ativoboolean
ativacaoAutomaticaProdutosboolean
autonomiaboolean
buyBoxboolean
nomeMarketPlacestring

Example response

{
  "razaoSocial": "string",
  "ativo": true,
  "ativacaoAutomaticaProdutos": true,
  "autonomia": true,
  "buyBox": true,
  "nomeMarketPlace": "string"
}

Changes