Last update 28/12/2022
Users & Apps
Resource | Description | Example |
---|---|---|
/users/{Cust_id}?access_token=$ACCESS_TOKEN | User account information. | GET PUT Go back X
Get user information.
Response:
Learn more.Go backX
Update user information.
Learn more.
|
/users/me=$ACCESS_TOKEN | Returns account information about the authenticated user. | GET
Go back X
Get information about the authenticated in user:
Response:
Learn more.
|
/users/{Cust_id}/addresses?access_token=$ACCESS_TOKEN | Returns addresses registered by the user. | GET
Go back X
Get user addresses.
Response
Learn more. |
/users/{Cust_id}/accepted_payment_methods=$ACCESS_TOKEN | Returns payment methods accepted by a seller to collect its operations. | GET
Go back X
Get accepted payment methods by user.
Response
Learn more. |
/applications/{application_id}?ACCESS_TOKEN | Returns information about the application. | GET
Go back X
Get application details.
Response
Learn more. |
/users/{User_id}/brands | This resource retrieves brands associated to an user_id. The official_store_id attribute identifies a store. | GET
Go back X
Get brands by user.
Response
Learn more. |
/users/{Cust_id}/available_listing_types?category_id={Category_id} | Listing types availability by user and category. | GET
Go back X
Get promotions packs engaged by user.
Response
Learn more. |
/users/{Cust_id}/available_listing_type/{listing_type_id}?category_id={Category_id} | Retrieves availability to list under a listing type for a given category. | GET
Go back X
Get listing exposures by site.
Response
Learn more. |
/users/{User_id}/applications/{App_id}?access_token=$ACCESS_TOKEN | Application permissions. | DELETE
Go back X
Revoke permissions to an application.
Learn more. |
/myfeeds?app_id={App_id}?access_token=ACCESS_TOKEN | Notifications history. | GET
Go back X
Get historic of notifications by app
Learn more. |
/marketplace/users/{user_id} | User mapping with its corresponding marketplace user detail. | GET
Go back
X
Get the mapping of a user and its corresponding marketplace:
Response
Learn more.
|