integrations.sh
← all integrations

apiz.ebay.com – commerce-identity

OpenAPI apis-guru ecommerce

Note: Not all the account related fields are returned for an authenticated user. The fields returned in the response are controlled by the scopes and are available only to select developers approved by business units.

Retrieves the authenticated user's account profile information. It can be used to let users log into your app or site using eBay, which frees you from needing to store and protect user's PII (Personal Identifiable Information) data.

Homepage
https://api.apis.guru/v2/specs/apiz.ebay.com:commerce-identity/v1.1.0.json
Provider
apiz.ebay.com:commerce-identity / commerce-identity
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/apiz.ebay.com/commerce-identity/v1.1.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/apiz.ebay.com/commerce-identity/v1.1.0/openapi.yaml

Tools (3)

Extracted live via the executor SDK.

  • user.getUser

    This method retrieves the account profile information for an authenticated user, which requires a User access token. What is returned is controlled by the scopes. For a business account you use the default scope commerce.identity.readonly, which returns all the fields in the businessAccount container. These are returned because this is all public information. For an individual account, the fields returned in the individualAccount container are based on the scope you use. Using the default scope, only public information, such as eBay user ID, are returned. For details about what each scope returns, see the Identity API Overview. URLs for this method Production URL: Sandbox URL: In the Sandbox, this method returns mock data. Note: You must use the correct scope or scopes for the data you want returned.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools