/
Amazon Seller Partner Integration

Amazon Seller Partner Integration

Non Sales Channel App Creation:

Note:Important Points to Understand Before Proceeding

  1. First, have a clear understanding of your requirements.

  2. Confirm your app type - whether it is a Sales Channel app or a Non-Sales Channel app.

This guide specifically covers the setup process for a Non-Sales Channel app, including app creation, versioning, optional configurations, and environment variables. If you're working with a Sales Channel app, please refer to the following guide: App Setup .

In this flow, two APIs are called for generating and storing the access token:

  • /connection/start: This initializes your app by creating the authorization URL.

  • /connection: This API generates and stores the access token, which is saved in the app installation connection.

  • It's recommended to debug the process before creating the app. This will help you understand the flow and make the app creation process smoother and easier.

App Setup Steps:

Step 1: App Creation (One-Time Process)

  • Objective: Create the app once. This is a one-time process.

  • Once the app is created, an appId is generated, which will be used in all subsequent steps.

  • You do not need to recreate the app after this initial step.

Step 2: Creating an App Version (Can Be Updated Anytime)

  • Objective: Create or update the version of the app based on the appId.

  • Versions can be updated as needed without recreating the entire app.

  • The version allows you to implement updates or improvements that are required for your app.

Step 3: (Optional) Configuring Building Blocks

  • Objective: If your app has requirement of any building blocks, configure them.

  • This step is optional and depends on whether the app’s functionality is built using additional modules or extendable features.

Step 4: Configuring Environmental Variables

  • Objective: Set up environmental variables that the app requires to function.

  • These variables may include the appId, version, API keys, authentication tokens, and other necessary values.

  • Use envService.getEnvironmentVariables(appId, version) to retrieve the appropriate environment variables dynamically.

Step 5: Authentication Requirement

  • Determine Authentication Type: Find out which authentication method is needed for your app.

    • Options may include OAuth2, basic authentication, etc.

    • Based on your needs, it seems that OAuth2 will be used, meaning you’ll go through the OAuth2 flow to obtain an authorization code and exchange it for an access token.

Step 6: Understanding & Debugging the APIs

  • Before creating the app and its version, debug the “connection/start“ APIs to fully understand their behavior.

  • This will ensure that the app connects properly and all required fields are correctly handled.

Step 7: Testing & Documentation

  • After setup, thoroughly test the app to ensure all fields are correctly configured, especially those related to authentication and connectivity.

  • Document all important fields and their respective values to ensure consistency and for future reference.

Detailed Process of Creating an app:

Step 1: Create app - One Time

Create an app on partner dashboard using API request and enter all the body parameters.
Set the intendedAudience parameter as Public and status as Active to make your app available at workspace.

https://partners.auperator.co/api/v1/app

Body Parameters Required:

Attributes

Description

Attributes

Description

title

Amazon Seller Partner

description

Connect with Amazon seller partner Seemlessly

homePageUrl

https://sellercentral.amazon.in/

logoUrl

https://storage.googleapis.com/payment-reco-dev.appspot.com/Testing/Test/amzon.png

intendedAudience

public

appCategory

Ecommerce

status

active

whitelistedRedirectionUrl

https.google.com

appType

<optional>

externalPortalID

<optional>

integrationModelCode

<optional>

Curl:

curl --location 'https://partners.auperator.co/api/v1/app' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlJVVXdSREZCUVRSRFFqQkdORFUxTVVZeE16ZEdPRFJHTnpORk5EaEJSVEU0TVVORk5qVTJOdyJ9.eyJodHRwczovL2FwcERhdGEiOnt9LCJodHRwczovL2FjY291bnRzIjpbImFiYy13b3Jrc3BhY2UxYXB0ZXN0IiwiYWJjLXdvcmtzcGFjZTEiXSwiaHR0cHM6Ly93YXJlaG91c2VXb3Jrc3BhY2VzIjpbImFiYy13b3Jrc3BhY2UxYXB0ZXN0Il0sImh0dHBzOi8vd2FyZWhvdXNlcyI6W10sImh0dHBzOi8vcGFydG5lcnMiOlsiMjMxMTc1Il0sImh0dHBzOi8vdXNlckRldGFpbHMiOnsiZW1haWwiOiJwYXJ1cHVkaXBhdmFuLnN1Ymhhc2hAZXNob3Bib3guY29tIiwiaWQiOjQwNDEsInVzZXJUeXBlIjoiZGVmYXVsdCJ9LCJpc3MiOiJodHRwczovL2xvZ2luLmF1cGVyYXRvci5jby8iLCJzdWIiOiJlbWFpbHw2NjUwM2E3OTlmOGEwMGZkNjg0Yzg0YjMiLCJhdWQiOlsiaHR0cHM6Ly9lc2hvcGJveC1wb3J0YWwtZGV2LmFwcHNwb3QuY29tIiwiaHR0cHM6Ly9lc2hvcGJveC1wYXltZW50LXJlY28uYXV0aDAuY29tL3VzZXJpbmZvIl0sImlhdCI6MTcyODI5NDcyNCwiZXhwIjoxNzI4MzgxMTIyLCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwiYXpwIjoiVFNIMlRYeDdXdmZ4NmhwcElGZnpsNWNiMU1HcXY5VnAifQ.eEw043kRabkS4M2IQ8mOkciEYeFc4o8I91ht659DwGv29tDMpuqYHqLOZtDd699BEDg2TjCCZmSpaXlmh-YW6u8eFbyVIRgzxiXjUf1z6Cs9xKSoftzKOfp_ts4Fyk0S_MUb250iPDHohLs5dbchXSfMwD5yyLnY7xzDPyGY0mpj20FXC4xD0RJwrJv3PR6bMb_iutn82xccuzepeo6RTaCWz7kKV3SOuAzb8f87bAVGsUA6SMXAe7SyddX75edHLAPXfcbNdOPpJQpw2b2J4zO4gXRSHzAMlJBgr9Cq3n19wJi_7PKvyNBcLyNykCcFv7D4cB_iGl2g2oqAg87-MA' \ --header 'Content-Type: application/json' \ --data '{ "title": "Amazon Seller Partner ", "description": "Connect with Amazon seller partner Seemlessly ", "logoUrl": "https://storage.googleapis.com/payment-reco-dev.appspot.com/Testing/TestYuvraj/amzon.png", "homepageUrl": "https://sellercentral.amazon.in/", "appCategory": "Ecommerce", "intendedAudience": "public", "whitelistedRedirectionUrls": [ "https://google.com" ], "status": "active", "appUrl": "https://sellercentral.amazon.in/", "appType":"general" }'

Request Body:

{ "title": "Amazon Seller Partner ", "description": "Connect with Amazon seller partner Seemlessly ", "logoUrl": "https://storage.googleapis.com/payment-reco-dev.appspot.com/Testing/TestYuvraj/amzon.png", "homepageUrl": "https://sellercentral.amazon.in/", "appCategory": "Ecommerce", "intendedAudience": "public", "whitelistedRedirectionUrls": [ "https://google.com" ], "status": "active", "appUrl": "https://sellercentral.amazon.in/", "appType":"general" }

 

Response Body:

{ "id": 18XX, "appUrl": "https://sellercentral.amazon.in/", "title": "Amazon Seller Partner ", "description": "Connect with Amazon seller partner Seemlessly ", "logoUrl": "https://storage.googleapis.com/payment-reco-dev.appspot.com/Testing/TestYuvraj/amzon.png", "homepageUrl": "https://sellercentral.amazon.in/", "appCategory": "Ecommerce", "intendedAudience": "public", "status": "active", "slug": "app18XX", "credentials": { "clientId": "880f8650a59b6ede1cf1a97a35a516ad", "clientSecrets": [ { "clientSecret": "ebd6071d4b7deabcd49ee9f375fac8a9", "createDate": "2024-10-04T10:03:09.909Z" } ] }, "whitelistedRedirectionUrls": [ "https://google.com", "https://auth.auperator.co/public/app-url/880f8650a59b6ede1cf1a97a35a516ad" ], "versions": { "latestVersion": "1.0.0", "allVersions": [ "1.0.0" ] }, "createdAt": "2024-10-04T10:03:09.909Z", "updatedAt": "2024-10-04T10:03:09.909Z", "partnerCode": "708602" }

Amazon seller Partner AppId-1856


Step 4: Version

We need to create a version of the app. Initially it is ‘1.0.0’ and later on it is upgraded correspondingly with the modifications of the app. The version can be updated using the Put API:

  • Test can be optional- Basically to test .

  • AppId can be fetched through previously created app through response body.

  • Authentication needed to be configured according to your app requirement.

  • Reference Document - App Setup

PUT 'https://partners.auperator.co/api/v1/app/18XX/version/1.0.0'

 

Curl:

curl --location --request PUT 'https://partners.auperator.co/api/v1/app/18XX/version/1.0.0' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlJVVXdSREZCUVRSRFFqQkdORFUxTVVZeE16ZEdPRFJHTnpORk5EaEJSVEU0TVVORk5qVTJOdyJ9.eyJodHRwczovL2FwcERhdGEiOnt9LCJodHRwczovL2FjY291bnRzIjpbImZsYXNoLXZlcmIzNDYiLCJmbGFzaC12ZXJiIl0sImh0dHBzOi8vd2FyZWhvdXNlV29ya3NwYWNlcyI6WyJmbGFzaC12ZXJiMzQ2Il0sImh0dHBzOi8vd2FyZWhvdXNlcyI6W10sImh0dHBzOi8vcGFydG5lcnMiOlsiMjMxMTc1Il0sImh0dHBzOi8vdXNlckRldGFpbHMiOnsiZW1haWwiOiJwYXJ1cHVkaXBhdmFuLnN1Ymhhc2hAZXNob3Bib3guY29tIiwiaWQiOjQwNDEsInVzZXJUeXBlIjoiZGVmYXVsdCJ9LCJpc3MiOiJodHRwczovL2xvZ2luLmF1cGVyYXRvci5jby8iLCJzdWIiOiJlbWFpbHw2NjUwM2E3OTlmOGEwMGZkNjg0Yzg0YjMiLCJhdWQiOlsiaHR0cHM6Ly9lc2hvcGJveC1wb3J0YWwtZGV2LmFwcHNwb3QuY29tIiwiaHR0cHM6Ly9lc2hvcGJveC1wYXltZW50LXJlY28uYXV0aDAuY29tL3VzZXJpbmZvIl0sImlhdCI6MTcyOTI1NzYwMywiZXhwIjoxNzI5MzQ0MDAxLCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwiYXpwIjoiVFNIMlRYeDdXdmZ4NmhwcElGZnpsNWNiMU1HcXY5VnAifQ.rm7vUVWa21KZUlE1TMAKPBaP7pMgx3M7Fxz2GAVrjAlLctNtD4yojLd_UvSWjsxLl7hjN13EwuK9MOvHLoVB5eHKPiCQ_bcX_6qhFna_cottVRGABqYcW_SOTHw8ybzgVHJthmGCqhWGSY4_pPJZgj_0EJ4EF-Y1ryU4n3zpvnwYcMWkGYXS2LVRliko7QJNDDh_KRSMlNm7RSYZYZeDGiLZsP-Y1g4GtuWo5KfHn6APWpED0gAuV__yFj3wy2DaDRDF98eO2aBM7VrCy938WURjYzkJXnzN1jOMDl1LVJ4EK7SsQ171HpszKu0YxHu06ixS0xmAhykj757bm3M2dw' \ --header 'Content-Type: application/json' \ --header 'partnerCode: 708602' \ --header 'Cookie: JSESSIONID=52PLLuQzYvZdZNvbxB8b8Q' \ --data '{ "appId": 18XX, "version": "1.0.0", "authentication": { "test": { "headers": { "Authorization": "Bearer {{bundle.authData.access_token}}" }, "method": "GET", "params": { "clientId": "{{process.env.CLIENT_ID}}", "accountSlug": "{{bundle.authData.account_slug}}" }, "body": {}, "removeMissingValuesFrom": {}, "url": "https://partners.auperator.co/api/v1/testAuth" }, "fields": [], "oauth2Config": { "refreshAccessToken": { "body": { "state": "{{bundle.inputData.state}}", "redirect_uri": "{{bundle.inputData.redirect_uri}}", "response_type": "code", "client_id": "{{process.env.CLIENT_ID}}", "client_secret": "{{process.env.CLIENT_SECRET}}" }, "url": "https://api.amazon.com/auth/o2/token", "removeMissingValuesFrom": {}, "headers": { "content-type": "application/json" }, "params": {}, "method": "POST" }, "authorizeUrl": { "method": "GET", "url": "https://sellercentral.amazon.com/apps/authorize/consent?", "params": { "application_id": "{{process.env.CLIENT_ID}}", "state": "{{bundle.inputData.state}}", "redirect_uri": "{{bundle.inputData.redirect_uri}}", "version":"beta" } }, "redirectUrl": "https://auth.auperator.co/app/connection/redirecturl/app18XX", "autoRefresh": true, "scope": "", "getAccessToken": { "body": { "grant_type": "authorization_code", "code": "{{bundle.inputData.state}}", "client_id": "{{process.env.CLIENT_ID}}", "client_secret": "{{process.env.CLIENT_SECRET}}" }, "url": "https://api.amazon.com/auth/o2/token", "removeMissingValuesFrom": {}, "headers": { "content-type": "application/json" }, "params": {}, "method": "POST" } }, "basicConfig": null, "type": "oauth2", "connectionLabel": "{{bundle.inputData.account_slug}}", "handleBar": "oauth2_18XX" }, "isDeprecated": false }'

 

Request Body

{ "appId": 18XX, "version": "1.0.0", "authentication": { "test": { "headers": { "Authorization": "Bearer {{bundle.authData.access_token}}" }, "method": "GET", "params": { "clientId": "{{process.env.CLIENT_ID}}", "accountSlug": "{{bundle.authData.account_slug}}" }, "body": {}, "removeMissingValuesFrom": {}, "url": "https://partners.auperator.co/api/v1/testAuth" }, "fields": [], "oauth2Config": { "refreshAccessToken": { "body": { "state": "{{bundle.inputData.state}}", "redirect_uri": "{{bundle.inputData.redirect_uri}}", "response_type": "code", "client_id": "{{process.env.CLIENT_ID}}", "client_secret": "{{process.env.CLIENT_SECRET}}" }, "url": "https://api.amazon.com/auth/o2/token", "removeMissingValuesFrom": {}, "headers": { "content-type": "application/json" }, "params": {}, "method": "POST" }, "authorizeUrl": { "method": "GET", "url": "https://sellercentral.amazon.com/apps/authorize/consent?", "params": { "application_id": "{{process.env.CLIENT_ID}}", "state": "{{bundle.inputData.state}}", "redirect_uri": "{{bundle.inputData.redirect_uri}}", "version":"beta" } }, "redirectUrl": "https://auth.auperator.co/app/connection/redirecturl/app18XX", "autoRefresh": true, "scope": "", "getAccessToken": { "body": { "grant_type": "authorization_code", "code": "{{bundle.inputData.state}}", "client_id": "{{process.env.CLIENT_ID}}", "client_secret": "{{process.env.CLIENT_SECRET}}" }, "url": "https://api.amazon.com/auth/o2/token", "removeMissingValuesFrom": {}, "headers": { "content-type": "application/json" }, "params": {}, "method": "POST" } }, "basicConfig": null, "type": "oauth2", "connectionLabel": "{{bundle.inputData.account_slug}}", "handleBar": "oauth2_18XX" }, "isDeprecated": false }

 

Response Body:

{ "id": 18XX, "appId": 18XX, "version": "1.0.0", "authentication": { "test": { "headers": { "Authorization": "Bearer {{bundle.authData.access_token}}" }, "method": "GET", "params": { "clientId": "{{process.env.CLIENT_ID}}", "accountSlug": "{{bundle.authData.account_slug}}" }, "body": {}, "removeMissingValuesFrom": {}, "url": "https://partners.auperator.co/api/v1/testAuth" }, "fields": [], "oauth2Config": { "refreshAccessToken": { "body": { "state": "{{bundle.inputData.state}}", "redirect_uri": "{{bundle.inputData.redirect_uri}}", "response_type": "code", "client_id": "{{process.env.CLIENT_ID}}", "client_secret": "{{process.env.CLIENT_SECRET}}" }, "url": "https://api.amazon.com/auth/o2/token", "removeMissingValuesFrom": {}, "headers": { "content-type": "application/json" }, "params": {}, "method": "POST" }, "authorizeUrl": { "method": "GET", "url": "https://sellercentral.amazon.com/apps/authorize/consent?", "params": { "application_id": "{{process.env.CLIENT_ID}}", "state": "{{bundle.inputData.state}}", "redirect_uri": "{{bundle.inputData.redirect_uri}}", "version": "beta" } }, "redirectUrl": "https://auth.auperator.co/app/connection/redirecturl/app18XX", "autoRefresh": true, "scope": "", "getAccessToken": { "body": { "grant_type": "authorization_code", "code": "{{bundle.inputData.state}}", "client_id": "{{process.env.CLIENT_ID}}", "client_secret": "{{process.env.CLIENT_SECRET}}" }, "url": "https://api.amazon.com/auth/o2/token", "removeMissingValuesFrom": {}, "headers": { "content-type": "application/json" }, "params": {}, "method": "POST" } }, "basicConfig": null, "type": "oauth2", "connectionLabel": "{{bundle.inputData.account_slug}}", "handleBar": "_18XX", "createdAt": "2024-10-07T10:04:49.303+0000", "updatedAt": "2024-10-18T18:27:56.785+0000" }, "isDeprecated": false, "createdAt": "2024-10-04T10:03:05.000Z", "updatedAt": "2024-10-07T10:52:26.000Z" }

Step 5.- Create a field

https://building-blocks-dot-esb-platform-staging.appspot.com/_ah/api/esb/v1/_18XX/field

Request Body:

[]

Response body:

[]

 

Add label

FLow Diagram :

Backend Code Logic Flow to Store Access Token and Refresh Token:

Curl for generating connection

curl --location 'http://localhost:8080/_ah/api/esb/v1/connection/start' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlJVVXdSREZCUVRSRFFqQkdORFUxTVVZeE16ZEdPRFJHTnpORk5EaEJSVEU0TVVORk5qVTJOdyJ9.eyJodHRwczovL2FwcERhdGEiOnt9LCJodHRwczovL2FjY291bnRzIjpbImZsYXNoLXZlcmIzNDYiLCJmbGFzaC12ZXJiIl0sImh0dHBzOi8vd2FyZWhvdXNlV29ya3NwYWNlcyI6WyJmbGFzaC12ZXJiMzQ2Il0sImh0dHBzOi8vd2FyZWhvdXNlcyI6W10sImh0dHBzOi8vcGFydG5lcnMiOlsiMjMxMTc1Il0sImh0dHBzOi8vdXNlckRldGFpbHMiOnsiZW1haWwiOiJwYXJ1cHVkaXBhdmFuLnN1Ymhhc2hAZXNob3Bib3guY29tIiwiaWQiOjQwNDEsInVzZXJUeXBlIjoiZGVmYXVsdCJ9LCJpc3MiOiJodHRwczovL2xvZ2luLmF1cGVyYXRvci5jby8iLCJzdWIiOiJlbWFpbHw2NjUwM2E3OTlmOGEwMGZkNjg0Yzg0YjMiLCJhdWQiOlsiaHR0cHM6Ly9lc2hvcGJveC1wb3J0YWwtZGV2LmFwcHNwb3QuY29tIiwiaHR0cHM6Ly9lc2hvcGJveC1wYXltZW50LXJlY28uYXV0aDAuY29tL3VzZXJpbmZvIl0sImlhdCI6MTcyOTI1NzYwMywiZXhwIjoxNzI5MzQ0MDAxLCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwiYXpwIjoiVFNIMlRYeDdXdmZ4NmhwcElGZnpsNWNiMU1HcXY5VnAifQ.rm7vUVWa21KZUlE1TMAKPBaP7pMgx3M7Fxz2GAVrjAlLctNtD4yojLd_UvSWjsxLl7hjN13EwuK9MOvHLoVB5eHKPiCQ_bcX_6qhFna_cottVRGABqYcW_SOTHw8ybzgVHJthmGCqhWGSY4_pPJZgj_0EJ4EF-Y1ryU4n3zpvnwYcMWkGYXS2LVRliko7QJNDDh_KRSMlNm7RSYZYZeDGiLZsP-Y1g4GtuWo5KfHn6APWpED0gAuV__yFj3wy2DaDRDF98eO2aBM7VrCy938WURjYzkJXnzN1jOMDl1LVJ4EK7SsQ171HpszKu0YxHu06ixS0xmAhykj757bm3M2dw' \ --header 'Cookie: JSESSIONID=QGwphlQjIVcmINhpxXA89Q.node0' \ --data '{ "appId": 1856, "installationId": 2384, "connectionName": "Amazon Seller Partner", "authFields": {} }'

Response:

{ "id": 5690, "appId": 1856, "installationId": 2384, "authorizeUrl": "https://sellercentral.amazon.com/apps/authorize/consent?application_id=amzn1.sp.solution.6a042822-89eb-4614-bf6d-6fc30db09e4b&state=trendy1729276387166154&redirect_uri=https://auth.auperator.co/app/connection/redirecturl/app1856&version=beta", "connectionName": "Amazon Seller Partner", "isSellerOfRecord": "0" }

Make chanes in connection Api if required:

curl :

curl --location 'http://localhost:8080/_ah/api/esb/v1/connection' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlJVVXdSREZCUVRSRFFqQkdORFUxTVVZeE16ZEdPRFJHTnpORk5EaEJSVEU0TVVORk5qVTJOdyJ9.eyJodHRwczovL2FwcERhdGEiOnt9LCJodHRwczovL2FjY291bnRzIjpbInRyZW5keTA0MCIsInRyZW5keSJdLCJodHRwczovL3dhcmVob3VzZVdvcmtzcGFjZXMiOlsidHJlbmR5MDQwIl0sImh0dHBzOi8vd2FyZWhvdXNlcyI6W10sImh0dHBzOi8vcGFydG5lcnMiOlsiMjMxMTc1Il0sImh0dHBzOi8vdXNlckRldGFpbHMiOnsiZW1haWwiOiJwYXJ1cHVkaXBhdmFuLnN1Ymhhc2hAZXNob3Bib3guY29tIiwiaWQiOjQwNDEsInVzZXJUeXBlIjoiZGVmYXVsdCJ9LCJpc3MiOiJodHRwczovL2xvZ2luLmF1cGVyYXRvci5jby8iLCJzdWIiOiJlbWFpbHw2NjUwM2E3OTlmOGEwMGZkNjg0Yzg0YjMiLCJhdWQiOlsiaHR0cHM6Ly9lc2hvcGJveC1wb3J0YWwtZGV2LmFwcHNwb3QuY29tIiwiaHR0cHM6Ly9lc2hvcGJveC1wYXltZW50LXJlY28uYXV0aDAuY29tL3VzZXJpbmZvIl0sImlhdCI6MTcyOTQ4OTA3NiwiZXhwIjoxNzI5NTc1NDc0LCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwiYXpwIjoiVFNIMlRYeDdXdmZ4NmhwcElGZnpsNWNiMU1HcXY5VnAifQ.dxf5HYsXI6c3VE-U7DdAdOrp0nuw0esMi4KfJzoiObD-9a41puVX4yD9X0cOVQOseDFOrXUBQ5CFoRy0CkorXpGsPk7NNAPykkvjI-G1iu_2vbOOnAaB7u2EzWJIM1TM6PK23zGuxmgL32XXFfjVriAPfrN68O8owo1Vt1tzb1O9w4IpdvEBXsJhPxuk0eAL-LAq3E03gb6wpbRjEO_95Pq024wU857zdAOo91L7rGl5BSp8FItPlfzlEPQ4wRaYc3hs7Vu5ua50qY_1R5P1cpkb95SV3Xk-ltkWyigkaCt-Pj_H_HkflA7DFV82MBi7FTaFIKLcRdN7sMm8mYI3EA' \ --data '{"redirectUrl":"auth.auperator.co/app/connection/redirecturl/app1856?spapi_oauth_code=RHGhBSmCBpYrnlwwMfJp&state=trendy1729514165672192&selling_partner_id=A2YJ9VE7M0Q5EN"}'

Response:

{ "id":1856 "url":htpp "code":"RHGbnoikhfgvkb"; "state":trendy54555521546521": "redirecturi":"https://auth.auperator.co/app/connection/redirecturl/app1856": }

Note:

The code developed is Dynamic and it can be suitable directly as per authorization provided in version . In other case if not successful code needed to be debug and make changes as required acccording to your App requirement.

 

Related content