This topic will provide instructions to start using fabric’s APIs to build unique and flexible shopping experiences for your customers. fabric recommends Postman as the API client.
The base URL, which is also called fabric-base-url
, https://api.fabric.inc/v3/{product}
is the standard URL to which the requests are sent for all fabric APIs.
Before you can start using fabric’s APIs:
{{authURL}}
, {{clientId}}
, and {{clientSecret}}
with the corresponding values from step 5:Log in to the Postman client.
To generate an access token, do the following steps:
/token
endpoint.Make a note of the access token.
The access token is used to authenticate all your API requests. The token expires after 10 minutes. You must generate a new access token to continue using the API endpoints.
This topic will provide instructions to start using fabric’s APIs to build unique and flexible shopping experiences for your customers. fabric recommends Postman as the API client.
The base URL, which is also called fabric-base-url
, https://api.fabric.inc/v3/{product}
is the standard URL to which the requests are sent for all fabric APIs.
Before you can start using fabric’s APIs:
{{authURL}}
, {{clientId}}
, and {{clientSecret}}
with the corresponding values from step 5:Log in to the Postman client.
To generate an access token, do the following steps:
/token
endpoint.Make a note of the access token.
The access token is used to authenticate all your API requests. The token expires after 10 minutes. You must generate a new access token to continue using the API endpoints.