Welcome to the iQX Amplify API reference. This is a live example of how you can use iQX Amplify to integrate your own e-commerce store or ticketing engine. The iQX Amplify API is organized around the REST mothodology, and it uses resource-oriented URLs, and common HTTP response codes to indicate API errors. All requests are authenticated using an api-key
which can be obtained from your developer dashboard within iQX Amplify.
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
Put the package under your project folder and add the following in import:
"./swagger"
All URIs are relative to https://public-api.iqxamplify.com/V1
Class | Method | HTTP request | Description |
---|---|---|---|
CustomersApi | CreateOrUpdateCustomer | Post /customers/ | Create or Update a customer |
CustomersApi | FindCustomers | Get /customers/ | Retrieve all customers |
CustomersApi | FindCustomersById | Get /customers/{id} | Retrieve a single customer by id |
OrdersApi | CreateOrUpdateOrder | Post /orders/ | Create or Update a order |
OrdersApi | FindOrders | Get /orders/ | Retrieve all orders |
OrdersApi | FindOrdersById | Get /orders/{id} | Retrieve a single order by id |
ProductsApi | CreateOrUpdateProduct | Post /products/ | Create or Update a product |
ProductsApi | FindProducts | Get /products/ | Retrieve all products |
ProductsApi | FindProductsById | Get /products/{id} | Retrieve a single product by id |
- Customer
- Customers
- ErrorResponse
- Order
- OrderLineItems
- Orders
- Pagination
- Product
- ProductAttributes
- ProductVariants
- Products
- Type: API key
- API key parameter name: authorization
- Location: HTTP header