Base URLs:
Sandbox/Test: https://sandbox.dev.clover.com
Production/Live: N/A
Table of Contents
Customer Endpoints
Get a Customer: (GET)
[Base URL]/ customers/{Id}?expand=addresses%2CemailAddresses%2CphoneNumbers%2CmetadataCreate a Customer: (POST)
[Base URL]/customers?expand=addresses
Update a Customer: (PUT)
[Base URL]/customers{Id}Customer Address Endpoints
Create a Customer Address: (POST)
[Base URL]/customers/{id}/addressesUpdate a Customer Address: (PUT)
[Base URL]/customers/{id}/addressesProduct Endpoints
Create an Item: (POST)
[Base URL]/items
Create an item group: (POST)
[Base URL]/item_groups
Create a Product Inventory: (POST)
[Base URL]/item_stocks/{ProductId}Update a Product Inventory: (PUT)
[Base URL]/item_stocks/{ProductId}Get Product Attributes: (GET)
[Base URL]/attributes?filter=itemGroup.id={itemGroupIdForOption}Create a Product Attributes: (POST)
[Base URL]/attributes
Get Product Option by Attribute Id: (GET)
[Base URL]/attributes/{AttributeId}/optionsCreate a Product Option: (POST)
[Base URL]/attributes/{AttributeId}/optionsProduct Variant Endpoints
Create a Variant: (POST)
[Base URL]/items
Update a Variant: (PUT)
[Base URL]/items{id}Create a Product Variant Inventory: (POST)
[Base URL]/item_stocks/{ProductId}Update a Product Variant Inventory: (PUT)
[Base URL]/item_stocks/{ProductId}Get Product Variant Option by Attribute Id: (GET)
[Base URL]/attributes/{AttributeId}/optionsCreate a Product Variant Option: (POST)
[Base URL]/attributes/{AttributeId}/optionsTransaction Endpoints
Get an Order: (GET)
[Base URL]/orders/?filter=title={searchId}&expand=payments%2ClineItems%2Ccustomers%2Ccustomers.emailAddressesGet an Order Payment: (GET)
[Base URL] orders/{id}?expand=payments%2ClineItems%2ClineItems.taxRates%2Ccustomers%2Ccustomers.emailAddressesCreate an Order: (POST)
[Base URL]/orders
Update an Order: (PUT)
[Base URL]/orders{Id}Transaction Address Endpoints
Get an Order Address: (GET)
[Base URL]/address
Transaction Line Endpoints
Get an Order Line: (GET)
[Base URL]/orders/{Id}Create an Order: (POST)
[Base URL]/orders/{id}/bulk_line_items