1.0.42
API Overview
Use the Gift Certificates API to create, update, and delete gift certificates, so that your storefront customers can purchase and redeem gift certificates.
Authentication & Authorization
The client requesting the gift certificate information must have access to the Gift Certificates resource. For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request. The client must first authenticate against Account Manager to log in.
You must include the relevant scope(s) in the client ID used to generate the token. For details, see Authorization Scopes Catalog.
For detailed setup instructions, see Authorization for Admin APIs.
Use Cases
Capture All Gift Certificates
Retrieve all gift certificates for a site with no filtering.
Capture Specific Gift Certificates
Retrieve a specific gift certificate for a site using a merchant ID.
Create Site Specific Gift Certificates
Create and issue site-specific gift certificates with information such as amount, description, status, recipient email, recipient name, sender name, and so on.
Update Gift Certificates
Update a gift certificate with specified information using a merchant ID.
Let us know so we can improve!