Retorna um Seller específico da loja

Reseller específico

get/resellers/{resellerId}

Path parameters

resellerIdinteger required

Valor único utilizado para identificar o seller

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

No recorded changes to this endpoint across all 1 revision of this API.