Store ID:
iPaas.com
Server Prefix: us13
Base URLs:
Sandbox/Test: https://{{server prefix}}.api.mailchimp.com
NOTE: The |
Table of Contents
Member Endpoints
Get all Members: (GET)
[Base URL]/3.0/lists/{ListId}/members
Get all Member List: (GET)
[Base URL]/3.0/lists
Search Member by Id: (GET)
[Base URL]/3.0/search-members?query={queryValue}&list_id={listId}
Create a Member: (POST)
[Base URL]/3.0/lists/{ListId}/members
Update a Member: (PATCH)
[Base URL]/3.0/lists/{ListId}/members/{id}
Customer Endpoints
Get Customer: (GET)
[Base URL]/3.0/ecommerce/stores/{StoreId}/customers{Id}
Get Customer by Email Address: (GET)
[Base URL]/3.0/ecommerce/stores/{StoreId}/customers?email_address={Email}
Create a Customer: (POST)
[Base URL]/3.0/ecommerce/stores/{StoreId}/customers
Update a Customer: (PATCH)
[Base URL]/3.0/ecommerce/stores/{StoreId}/customers/{id}
Order Endpoints
Create an Order: (POST)
[Base URL]/3.0/ecommerce/stores/{Store_Id}/orders
Update an Order: (PATCH)
[Base URL]/3.0/ecommerce/stores/{Store_Id}/orders/{orderId}
Product Endpoints
Create a Product: (POST)
[Base URL]/3.0/ecommerce/stores/{store}/products
Update a Product: (PATCH)
[Base URL]/3.0/ecommerce/stores/{store}/products/{ProductId}
Delete a Product (DELETE)
[Base URL]/3.0/ecommerce/stores/{store}/products/{ProductId}
Product Variant Endpoints
Create a Variant: (POST)
[Base URL]/3.0/ecommerce/stores/{store}/products/{productId}/variants
Update a Variant (PATCH)
[Base URL]/ 3.0/ecommerce/stores/{store}/products/{ProductId}/variants/{VariantID}
Delete a Variant: (DELETE)
[Base URL]/ 3.0/ecommerce/stores/{store}/products/{ProductId}/variants/{VariantID}
Utility/Generic Endpoints
Get Store: (GET)
[Base URL]/3.0/ecommerce/stores/{ID}
Create a Store: (POST)
[Base URL]/3.0/ecommerce/stores
Get Product by SKU: (GET)
[Base URL]/3.0/ecommerce/stores/{StoreId}/products/{Sku}
Get Order Line by ID: (GET)
[Base URL]/3.0/ecommerce/stores/{ID}