API Reference
Public documentation for the SalesVu API Platform — OAuth 2.0, REST v1 endpoints, legacy APIs, and integration guides.
About this page
This is a public reference page. No login is required to browse documentation or endpoint listings. Endpoints with a Request / Response button include JSON body samples and parameter details. To register apps or use the developer portal tools, use Sign In in the header.
Documentation
OAuth 2.0 Endpoints
Protocol endpoints for authorization and token exchange.
| Method | Endpoint | Description |
|---|---|---|
| GET | https://auth.salesvu.com/oauth/authorize |
Start OAuth 2.0 authorization code flow |
| POST | https://auth.salesvu.com/oauth/token |
Exchange authorization code or refresh token for access token |
| GET | https://auth.salesvu.com/oauth/callback |
OAuth redirect callback handler (SalesVu test/demo) |
| GET | https://auth.salesvu.com/oauth/consent |
User consent screen for requested scopes |
| GET | https://auth.salesvu.com/oauth/login |
Merchant / employee login during app authorization |
REST API v1 Endpoints
Base URL: https://api.salesvu.com/v1/{resource}/{action}
All authenticated calls use header Authorization: Bearer <access_token> and JSON request bodies unless noted.
Purchase Orders
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | Create | https://api.salesvu.com/v1/purchase-orders/create |
write:purchase_orders | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Create a purchase order for a location (vendor by vendor_id or external_vendor_id).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | Update | https://api.salesvu.com/v1/purchase-orders/update |
write:purchase_orders | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Update an open (non-received) purchase order and replace its line items.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | List | https://api.salesvu.com/v1/purchase-orders/list |
read:purchase_orders | |||||||||||||||||||||||||||||||||||||||||||||||||
|
List purchase orders for a location by status, with optional filters and pagination.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get | https://api.salesvu.com/v1/purchase-orders/get |
read:purchase_orders | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Get a single purchase order with line items.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get Payment Status | https://api.salesvu.com/v1/purchase-orders/get-payment-status |
read:purchase_orders | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Get payment status for a purchase order as Paid or Unpaid.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Update Payment Status | https://api.salesvu.com/v1/purchase-orders/update-payment-status |
write:purchase_orders | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Update purchase order payment status.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Catalog
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | Products | https://api.salesvu.com/v1/catalog/products |
read:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List products for a location (useful when assigning product_ids on discounts).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Create Product | https://api.salesvu.com/v1/catalog/create-product |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Create one or more products for a location (batch via products array).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | Update Product | https://api.salesvu.com/v1/catalog/update-product |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Partial-update a product by product_id (whitelist fields only).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Upload Product Images | https://api.salesvu.com/v1/catalog/upload-product-images |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Upload gallery images for an existing product from public image URLs.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DELETE | Delete Product Gallery Image | https://api.salesvu.com/v1/catalog/delete-product-gallery-image |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Delete one product gallery image by image_id (product_images.id).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Categories | https://api.salesvu.com/v1/catalog/categories |
read:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List categories for a location (useful when assigning category_ids on discounts).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Create Category | https://api.salesvu.com/v1/catalog/create-category |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Create (or revive) a top-level category by name for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | Update Category | https://api.salesvu.com/v1/catalog/update-category |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Rename a category by category_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DELETE | Delete Category | https://api.salesvu.com/v1/catalog/delete-category |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Soft-delete a category (sets deleted = 1).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Sub Categories | https://api.salesvu.com/v1/catalog/sub-categories |
read:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List sub-categories for a parent category.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Add Sub Category | https://api.salesvu.com/v1/catalog/add-sub-category |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Add a sub-category under a parent category.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Modifiers | https://api.salesvu.com/v1/catalog/modifiers |
read:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Get modifier groups and items for a product.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Units | https://api.salesvu.com/v1/catalog/units |
read:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List units for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Add Unit | https://api.salesvu.com/v1/catalog/add-unit |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Create (or reuse) a unit by name for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Unit Conversion | https://api.salesvu.com/v1/catalog/unit-conversion |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Add a unit conversion (unit_id -> conversion_unit_id with multiplier).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Tax | https://api.salesvu.com/v1/catalog/tax |
read:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List active tax slabs for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Add Tax | https://api.salesvu.com/v1/catalog/add-tax |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Add a tax slab for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | Update Tax | https://api.salesvu.com/v1/catalog/update-tax |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Update a tax slab by tax_slab_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DELETE | Delete Tax | https://api.salesvu.com/v1/catalog/delete-tax |
write:catalog | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Soft-delete a tax slab (sets is_active = 0).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inventory
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | List | https://api.salesvu.com/v1/inventory/list |
read:inventory | |||||||||||||||||||||||||
|
List inventory rows for a location with pagination.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||
| POST | Adjust Inventory | https://api.salesvu.com/v1/inventory/adjust-inventory |
write:inventory | |||||||||||||||||||||||||
|
Adjust inventory quantity by a delta (optional new cost price).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||
| POST | Update Inventory Unit | https://api.salesvu.com/v1/inventory/update-inventory-unit |
write:inventory | |||||||||||||||||||||||||
|
Change the inventory unit for a product at a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||
Customers
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | List | https://api.salesvu.com/v1/customers/list |
read:customers | |||||||||||||||||||||||||||||
|
List customers for a location with pagination.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||
| POST | Create | https://api.salesvu.com/v1/customers/create |
write:customers | |||||||||||||||||||||||||||||
|
Create a customer (or match existing by email/phone) for a location owner.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||
| PUT | Update | https://api.salesvu.com/v1/customers/update |
write:customers | |||||||||||||||||||||||||||||
|
Update an existing customer by customer_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||
| POST | Get | https://api.salesvu.com/v1/customers/get |
read:customers | |||||||||||||||||||||||||||||
|
Get one or more customers by customer_ids for a location owner.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||
Online Orders
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | Get Order | https://api.salesvu.com/v1/online-orders/get-order |
read:orders | |||||||||||||||||||||||||||||||||
|
Fetch an open online cart order for a customer at a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Create | https://api.salesvu.com/v1/online-orders/create |
write:orders | |||||||||||||||||||||||||||||||||
|
Create a new open online order (or resume existing open order) and optionally add line items.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Add Product | https://api.salesvu.com/v1/online-orders/add-product |
write:orders | |||||||||||||||||||||||||||||||||
|
Add one or more products to an existing open online order.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Update Product Quantity | https://api.salesvu.com/v1/online-orders/update-product-quantity |
write:orders | |||||||||||||||||||||||||||||||||
|
Update quantities for existing online order line(s).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Update Product Modifiers | https://api.salesvu.com/v1/online-orders/update-product-modifiers |
write:orders | |||||||||||||||||||||||||||||||||
|
Replace modifiers (and optional notes) on existing online order line(s).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Create Customer | https://api.salesvu.com/v1/online-orders/create-customer |
write:orders | |||||||||||||||||||||||||||||||||
|
Create a new registered online customer.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Assign Customer | https://api.salesvu.com/v1/online-orders/assign-customer |
write:orders | |||||||||||||||||||||||||||||||||
|
Reassign a guest online order to a registered customer.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Add Order Note | https://api.salesvu.com/v1/online-orders/add-order-note |
write:orders | |||||||||||||||||||||||||||||||||
|
Set the order-level note on an open online cart order.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| DELETE | Delete Product | https://api.salesvu.com/v1/online-orders/delete-product |
write:orders | |||||||||||||||||||||||||||||||||
|
Remove line item(s) from an open online order by order_detail_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| DELETE | Delete Order | https://api.salesvu.com/v1/online-orders/delete-order |
write:orders | |||||||||||||||||||||||||||||||||
|
Delete an open online order and return cart state.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Complete Order | https://api.salesvu.com/v1/online-orders/complete-order |
write:orders | |||||||||||||||||||||||||||||||||
|
Complete an open online order (optionally with advance payment_info, other_payment_method_id, or tip).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
| POST | Get Payment Methods | https://api.salesvu.com/v1/online-orders/get-payment-methods |
read:orders | |||||||||||||||||||||||||||||||||
|
List user-defined payment options for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||
Orders
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | Get Payment Devices | https://api.salesvu.com/v1/orders/get-payment-devices |
read:orders | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List valid POS payment device IDs for a store.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get Store Order | https://api.salesvu.com/v1/orders/get-store-order |
read:orders | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Load a single store POS order by order_id and payment_device.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Complete Store Order | https://api.salesvu.com/v1/orders/complete-store-order |
write:orders | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Complete a store POS order payment callback (card/MPS, Zapper, ECOM, or SV_ADMIN_VY).
Request parameters
Request body
Response body
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get Store Orders For Range | https://api.salesvu.com/v1/orders/get-store-orders-for-range |
read:orders | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Return store orders for a date range (max 7 days), with optional returns and customers.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Manage Vendors
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | List | https://api.salesvu.com/v1/manage-vendors/list |
read:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List non-deleted vendors for a store.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get Vendor Information | https://api.salesvu.com/v1/manage-vendors/get-vendor-information |
read:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Return one active, non-deleted vendor row for vendor_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Create | https://api.salesvu.com/v1/manage-vendors/create |
write:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Get or create a vendor by name; returns the vendor ID.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | Update | https://api.salesvu.com/v1/manage-vendors/update |
write:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Update vendor name and optional contact fields.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Assign Vendor To Products | https://api.salesvu.com/v1/manage-vendors/assign-vendor-to-products |
write:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Soft-clear then remap products to a vendor (by product IDs and/or category expansion).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get Vendor Products | https://api.salesvu.com/v1/manage-vendors/get-vendor-products |
read:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List products assigned to a vendor.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DELETE | Delete Vendor Product | https://api.salesvu.com/v1/manage-vendors/delete-vendor-product |
write:vendors | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hard-delete one vendor_product row for vendor_id + product_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Manage Discounts
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | List | https://api.salesvu.com/v1/manage-discounts/list |
read:discounts | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List discounts for a location with pagination.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Create | https://api.salesvu.com/v1/manage-discounts/create |
write:discounts | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Create a discount (non-time, time-based, coupon, or customer discount).
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | Update | https://api.salesvu.com/v1/manage-discounts/update |
write:discounts | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Update an existing discount by discount_id.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DELETE | Delete | https://api.salesvu.com/v1/manage-discounts/delete |
write:discounts | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Soft-delete a discount.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Locations
| Method | Action | Endpoint | Scope | Docs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| POST | List | https://api.salesvu.com/v1/locations/list |
read:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List locations (stores) for the connected account.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Industry Categories | https://api.salesvu.com/v1/locations/industry-categories |
read:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List general and specific industry categories for location creation.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Countries | https://api.salesvu.com/v1/locations/countries |
read:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List countries available for location creation.
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | States | https://api.salesvu.com/v1/locations/states |
read:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List states/provinces for a country.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Timezones | https://api.salesvu.com/v1/locations/timezones |
read:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
List available timezones for location creation.
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Create | https://api.salesvu.com/v1/locations/create |
create:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Create a new location (store) for the connected account.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Update | https://api.salesvu.com/v1/locations/update |
write:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Partial update of a location (store) profile for the connected account.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Get Out Of Stock Settings | https://api.salesvu.com/v1/locations/get-out-of-stock-settings |
read:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Get the ecommerce out-of-stock setting for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Update Out Of Stock Settings | https://api.salesvu.com/v1/locations/update-out-of-stock-settings |
write:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Update the ecommerce out-of-stock setting for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Update Online Ordering | https://api.salesvu.com/v1/locations/update-online-ordering |
write:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Enable or disable online ordering for a location.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | Publish Ecommerce | https://api.salesvu.com/v1/locations/publish-ecommerce |
write:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Get ecommerce preview URL or submit a store URL for Support review.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DELETE | Delete | https://api.salesvu.com/v1/locations/delete |
delete:store | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Permanently delete a location (store) for the connected account.
Request parameters
Request body
Response body
Try this endpoint in the API Explorer with your OAuth token or account API key. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Test
| Method | Endpoint | Scope |
|---|---|---|
| GET | https://api.salesvu.com/v1/test/ping |
— |