storefront
/storefront
/storefront
using System;
using com.ultracart.admin.v2.Api;
using com.ultracart.admin.v2.Model;
using NUnit.Framework;
namespace SdkSample.storefront
{
public class introduction
{
[Test]
public void ExecuteTest()
{
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
}
public static void introductionCall()
{
const string simpleKey = "109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00";
var api = new StorefrontApi(simpleKey);
}
}
}
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: addToLibrary
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
add_library_request | New library item request | body | AddLibraryItemRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Internal API - no sample for this method.// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: applyToStoreFront
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
apply_library_request | New library item | body | ApplyLibraryItemRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Internal API - no sample for this method.// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Retrieves a library items based on a query object. If no parameters are specified, the API call will default to the merchant id only. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
SDK Function Name: searchLibraryItems
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
item_query | Item query | body | LibraryItemQuery | required |
_limit | The maximum number of records to return on this one API call. (Maximum 10000)
Default: 10000 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the library items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Retrieves a library items based on a query object. If no parameters are specified, the API call will default to the merchant id only. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
SDK Function Name: searchPublishedItems
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
item_query | Item query | body | LibraryItemQuery | required |
_limit | The maximum number of records to return on this one API call. (Maximum 10000)
Default: 10000 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the library items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Retrieves a library items based on a query object. If no parameters are specified, the API call will default to the merchant id only. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
SDK Function Name: searchReviewItems
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
item_query | Item query | body | LibraryItemQuery | required |
_limit | The maximum number of records to return on this one API call. (Maximum 10000)
Default: 10000 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the library items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Retrieves a library items based on a query object. If no parameters are specified, the API call will default to the merchant id only. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
SDK Function Name: searchSharedItems
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
item_query | Item query | body | LibraryItemQuery | required |
_limit | The maximum number of records to return on this one API call. (Maximum 10000)
Default: 10000 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the library items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteLibraryItem
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getLibraryItem
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateLibraryItem
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional | |
library_item | Library item | body | LibraryItem | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: duplicateLibraryItem
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: publishLibraryItem
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional | |
publish_library_request | Publish library item request | body | PublishLibraryItemRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteLibraryItemPublishedVersions
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getLibraryItemPublishedVersions
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: purchaseLibraryItem
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
library_item_oid | path | integer (int32) | optional | |
storefront_oid | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailGlobalSettings
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
global_settings | global settings request | body | EmailGlobalSettings | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailSendingDomain
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
domain | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: createEmailSendingDomain2
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
email_domain | EmailDomain | body | EmailDomain | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
# Internal API. No samples are provided as merchants will never need this api method
SDK Function Name: deleteEmailSendingDomain
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
domain | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailSendingDomain
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
domain | path | string | optional | |
email_domain | EmailDomain | body | EmailDomain | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: createEmailSendingDomain
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
domain | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailSendingDomainStatus
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
domain | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Retrieves the pricing tiers
SDK Function Name: getStoreFrontPricingTiers
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
_expand | The object expansion to perform on the result. See documentation for examples | query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: validateRuler
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
ruler_validate_request | Ruler Validate Request | body | RulerValidationRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: search
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
category | query | string | optional | |
matches | query | string | optional | |
storefront_oid | query | string | optional | |
max_hits | query | integer (int32) | optional | |
subcategory | query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: search2
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
lookup_request | LookupRequest | body | LookupRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getThumbnailParameters
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
thumbnail_parameters | Thumbnail Parameters | body | ThumbnailParametersRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: createTwilioAccount
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
twilio | Twilio | body | Twilio | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteTwilioAccount
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
esp_twilio_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getTwilioAccount
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
esp_twilio_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateTwilioAccount
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
esp_twilio_uuid | path | string | optional | |
twilio | Twilio | body | Twilio | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getFsDirectory
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
id | path | integer (int32) | optional | |
path | query | string | optional | |
storefront_fs_directory_oid | query | integer (int32) | optional | |
storefront_theme_oid | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: createFsDirectory
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
id | path | integer (int32) | optional | |
name | query | string | optional | |
parent_storefront_fs_directory_oid | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: deleteFsFile
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
id | path | integer (int32) | optional | |
parent_storefront_fs_directory_oid | query | integer (int32) | optional | |
storefront_fs_file_oid | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
// Internal API - no sample for this method.
SDK Function Name: uploadFsFile
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
id | path | integer (int32) | optional | |
upload_request | UploadRequest | body | FileManagerUploadRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getUploadFsFileUrl
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
id | path | integer (int32) | optional | |
extension | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
Fetches a temporary authentication token for the editor
SDK Function Name: getEditorToken
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailBaseTemplates
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCampaignFolders
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailCampaignFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_folder | Email campaign folder | body | EmailCampaignFolder | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteEmailCampaignFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_folder_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCampaignFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_folder_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailCampaignFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_folder_uuid | path | string | optional | |
email_campaign_folder | Email campaign folder | body | EmailCampaignFolder | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCampaigns
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailCampaign
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign | Email campaign | body | EmailCampaign | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCampaign
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailCampaign
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_uuid | path | string | optional | |
email_campaign | Email campaign | body | EmailCampaign | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: cloneEmailCampaign
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_uuid | path | string | optional | |
target_storefront_oid | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCampaignScreenshots
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: startEmailCampaign
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_campaign_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCampaignsWithStats
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
stat_days | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqs
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailCommseq
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_commseq | Email commseq | body | EmailCommseq | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseq
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailCommseq
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
email_commseq | Email commseq | body | EmailCommseq | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqEmailStats
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
statsRequest | StatsRequest | body | EmailStatSummaryRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqPostcardStats
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
statsRequest | StatsRequest | body | EmailStatPostcardSummaryRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: resetEmailCommseqRateLimiters
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getEmailCommseqRateLimiters
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getEmailCommseqSmsStats
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
statsRequest | StatsRequest | body | EmailStatSmsSummaryRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: deleteEmailCommseqStat
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqStatOverall
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqStepStats
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
statsRequest | StatsRequest | body | EmailStepStatRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailEmailClicks
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
commseq_step_uuid | path | string | optional | |
commseq_email_uuid | path | string | optional | |
days | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailEmailOrders
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
commseq_step_uuid | path | string | optional | |
commseq_email_uuid | path | string | optional | |
days | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailDispatchLogs
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
commseq_step_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailSmsOrders
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
commseq_step_uuid | path | string | optional | |
days | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: sequenceTest
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
email_commseq_sequence_test_request | Commseq test request | body | EmailCommseqSequenceTestRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getEmailCommseqStepWaiting
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
waitingRequest | WaitingRequest | body | EmailStepWaitingRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: releaseEmailCommseqStepWaiting
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
commseq_step_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqWebhookEditorValues
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Obtain a list of all the countries
SDK Function Name: getCountries
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCustomers
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
pageNumber | query | integer (int32) | optional | |
pageSize | query | integer (int32) | optional | |
searchEmailPrefix | query | string | optional |
using System;
using com.ultracart.admin.v2.Api;
using com.ultracart.admin.v2.Model;
using NUnit.Framework;
namespace SdkSample.storefront
{
public class GetEmailCustomers
{
[Test]
public void ExecuteTest()
{
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
}
public static void GetEmailCustomersCall()
{
const string simpleKey = "109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00";
var api = new StorefrontApi(simpleKey);
}
}
}
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailCustomer
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_customer_uuid | path | string | optional | |
email_customer | Email customer | body | EmailCustomer | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCustomerEditorUrl
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_customer_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailDashboardActivity
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
last_records | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailDashboardStats
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
days | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailEmails
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailEmail
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_commseq_email | Email email | body | EmailCommseqEmail | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailEmailsMultiple
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_commseq_emails_request | Request of email uuids | body | EmailCommseqEmailsRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteEmailEmail
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_email_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailEmail
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_email_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailEmail
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_email_uuid | path | string | optional | |
email_commseq_email | Email commseq email | body | EmailCommseqEmail | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailEmailCustomerEditorUrl
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_email_uuid | path | string | optional | |
order_id | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: review
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_email_uuid | path | string | optional | |
email_commseq_email_review_request | Email commseq email review request | body | EmailCommseqEmailSendTestRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: sendEmailTest
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_email_uuid | path | string | optional | |
email_commseq_email_test_request | Email commseq email test request | body | EmailCommseqEmailSendTestRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailFlowFolders
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailFlowFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_folder | Email flow folder | body | EmailFlowFolder | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteEmailFlowFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_folder_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailFlowFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_folder_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailFlowFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_folder_uuid | path | string | optional | |
email_flow_folder | Email flow folder | body | EmailFlowFolder | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailFlows
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
using System;
using com.ultracart.admin.v2.Api;
using com.ultracart.admin.v2.Model;
using NUnit.Framework;
namespace SdkSample.storefront
{
public class GetEmailFlows
{
[Test]
public void ExecuteTest()
{
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
}
public static void GetEmailFlowsCall()
{
const string simpleKey = "109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00";
var api = new StorefrontApi(simpleKey);
}
}
}
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailFlow
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow | Email flow | body | EmailFlow | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailFlow
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailFlow
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_uuid | path | string | optional | |
email_flow | Email flow | body | EmailFlow | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: backPopulateEmailFlow
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_uuid | path | string | optional | |
back_populate_request | The request to back populate | body | EmailFlowBackPopulateRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: cloneEmailFlow
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_uuid | path | string | optional | |
target_storefront_oid | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailFlowScreenshots
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_flow_uuid | path | string | optional |
using System;
using com.ultracart.admin.v2.Api;
using com.ultracart.admin.v2.Model;
using NUnit.Framework;
namespace SdkSample.storefront
{
public class GetEmailFlowScreenshots
{
[Test]
public void ExecuteTest()
{
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
}
public static void GetEmailFlowScreenshotsCall()
{
const string simpleKey = "109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00";
var api = new StorefrontApi(simpleKey);
}
}
}
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: geocodeAddress
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
geocode_request | geocode request | body | GeocodeRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: globalUnsubscribe
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
unsubscribe | Unsubscribe | body | EmailGlobalUnsubscribeRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Obtain a list of property names for a given property type
SDK Function Name: getHistogramPropertyNames
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
property_type | query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Obtain a list of property values for a given property name and type
SDK Function Name: getHistogramPropertyValues
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
property_name | query | string | optional | |
property_type | query | string | optional | |
limit | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailListSegmentFolders
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailListSegmentFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_segment_folder | Email campaign folder | body | EmailListSegmentFolder | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteEmailListSegmentFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_segment_folder_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailListSegmentFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_segment_folder_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailListSegmentFolder
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_segment_folder_uuid | path | string | optional | |
email_list_segment_folder | Email campaign folder | body | EmailListSegmentFolder | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailLists
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list | Email list | body | EmailList | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional | |
email_list | Email list | body | EmailList | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: archiveEmailList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Internal API - no sample for this method.// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailListCustomers
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional | |
pageNumber | query | integer (int32) | optional | |
pageSize | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteEmailListCustomer
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional | |
email_customer_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailListCustomerEditorUrl
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional | |
email_customer_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: searchEmailListCustomers
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional | |
startsWith | query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: subscribeToEmailList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_list_uuid | path | string | optional | |
customers | Customers | body | array of EmailCustomer | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailPerformance
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailPlan
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailPlan
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
settings | plan request | body | EmailPlan | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailPostcards
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailPostcard
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_commseq_postcard | Email postcard | body | EmailCommseqPostcard | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailPostcardsMultiple
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_commseq_postcards_request | Request of postcard uuids | body | EmailCommseqPostcardsRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteEmailPostcard
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_postcard_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailPostcard
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_postcard_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailPostcard
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_postcard_uuid | path | string | optional | |
email_commseq_postcard | Email commseq postcard | body | EmailCommseqPostcard | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: sendPostcardTest
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_postcard_uuid | path | string | optional | |
email_commseq_postcard_test_request | Email commseq email test request | body | EmailCommseqPostcardSendTestRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailCommseqPostcardTracking
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_postcard_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getEmailSegments
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment | Email segment | body | EmailSegment | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional | |
email_segment | Email segment | body | EmailSegment | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: archiveEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailSegmentCustomers
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional | |
pageNumber | query | integer (int32) | optional | |
pageSize | query | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailSegmentCustomerEditorUrl
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional | |
email_customer_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: prepareDownloadEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: checkDownloadEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional | |
email_segment_rebuild_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API. No samples are provided as merchants will never need this api method# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: searchEmailSegmentCustomers
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional | |
startsWith | query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: sunsetEmailSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_segment_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getEmailSettings
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateEmailSettings
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
settings | settings request | body | EmailSettings | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: sendSmsTest
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
commseq_uuid | path | string | optional | |
commseq_step_uuid | path | string | optional | |
email_commseq_sms_test_request | Email commseq sms test request | body | EmailCommseqSmsSendTestRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
SDK Function Name: getEmailTemplates
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
trigger_type | query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailTemplate
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_template_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getEmailThirdPartyProviders
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: importEmailThirdPartyProviderList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
import_request | lists to import | body | EmailThirdPartyListImportRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: sendWebhookTest
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_commseq_webhook_test_request | Email commseq webhook test request | body | EmailCommseqWebhookSendTestRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getExperiments
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteExperiment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
storefront_experiment_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateExperiment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
storefront_experiment_oid | path | integer (int32) | optional | |
experiment | Experiment | body | Experiment | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Update a page content attribute, creating it new if it does not yet exist.
SDK Function Name: insertUpdatePageContentAttribute
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
page_attribute | Page content attribute to upsert | body | StoreFrontPageContentAttribute | required |
storefront_oid | path | integer (int32) | optional | |
page_oid | The page oid to modify. | path | integer (int32) | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Internal API. No sample provided.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Internal API - Please see the README.md in this directory for an explanation on why there are no samples here.
# Internal API. No samples are provided as merchants will never need this api method
// Internal API - no sample for this method.
Delete screen recording heatmap
SDK Function Name: deleteHeatmap
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
query | Query | body | ScreenRecordingHeatmapReset | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Get screen recording heatmap
SDK Function Name: getHeatmap
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
query | Query | body | ScreenRecordingHeatmapRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Get screen recording heatmap index
SDK Function Name: getHeatmapIndex
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
query | Query | body | ScreenRecordingHeatmapIndexRequest | required |
_limit | The maximum number of records to return on this one API call. (Default 100, Max 500)
Default: 100 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Query screen recordings
SDK Function Name: getScreenRecordingsByQuery
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
query | Query | body | ScreenRecordingQueryRequest | required |
_limit | The maximum number of records to return on this one API call. (Default 100, Max 500)
Default: 100 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getScreenRecordingSegments
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: insertScreenRecordingSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
segment | Segment | body | ScreenRecordingSegment | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: deleteScreenRecordingSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_segment_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getScreenRecordingSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_segment_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateScreenRecordingSegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_segment_oid | path | integer (int32) | optional | |
segment | Segment | body | ScreenRecordingSegment | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Get screen recordings by segment
SDK Function Name: getScreenRecordingsBySegment
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_segment_oid | path | integer (int32) | optional | |
_limit | The maximum number of records to return on this one API call. (Default 100, Max 500)
Default: 100 |
query | integer | optional |
_offset | Pagination of the record set. Offset is a zero based index.
Default: 0 |
query | integer | optional |
_sort | The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
Allowed Values
|
query | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getScreenRecordingSettings
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: updateScreenRecordingSettings
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
settings | Settings | body | ScreenRecordingSettings | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Get tags used by screen recording
SDK Function Name: getScreenRecordingTags
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Get screen recording
SDK Function Name: getScreenRecording
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Remove favorite flag on screen recording
SDK Function Name: unfavoriteScreenRecording
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Update favorite flag on screen recording
SDK Function Name: favoriteScreenRecording
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Update merchant notes on a screen recording
SDK Function Name: updateScreenRecordingMerchantNotes
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_uuid | path | string | optional | |
merchant_notes_request | Merchant Notes | body | ScreenRecordingMerchantNotesRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Get screen recording page view data
SDK Function Name: getScreenRecordingPageViewData
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_uuid | path | string | optional | |
screen_recording_page_view_uuid | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Update tags on a screen recording
SDK Function Name: updateScreenRecordingTags
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
screen_recording_uuid | path | string | optional | |
tags | Tags | body | ScreenRecordingTagsRequest | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Obtain a list of all transactional emails and return back just their names
SDK Function Name: getTransactionEmailList
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Fetch a transactional email
SDK Function Name: getTransactionEmail
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_id | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Updates a transactional email
SDK Function Name: updateTransactionEmail
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_id | path | string | optional | |
transaction_email | TransactionEmail | body | TransactionEmail | required |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
SDK Function Name: getTransactionEmailScreenshots
Parameter | Description | Location | Data Type | Required |
---|---|---|---|---|
storefront_oid | path | integer (int32) | optional | |
email_id | path | string | optional |
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// (Internal API). No sample for this method as a merchant will never need call it.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
<?php // Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
# Please see the README.md in this directory for an explanation about StoreFrontApi samples.
// Please see the README.md in this directory for an explanation about StoreFrontApi samples.
Name | Data Type | Description |
---|---|---|
attributes | array of LibraryItemAttribute | Attributes associated with the library item to contain additional configuration. |
cjson | string | Cjson to be added to library |
content_type | string | flow, campaign, cjson, email, transactional_email, postcard or upsell |
description | string | description of library item |
email_name | string | Required if content_type is transactional_email. This is the name of the email template (html, not text). This name should have a .vm file extension. An example is auto_order_cancel_html.vm |
email_path | string | Required if content_type is transactional_email. This is the full path to the email template stored in the file system. This defines which StoreFront contains the desired email template. An example is /themes/Elements/core/emails/auto_order_cancel_html.vm |
screenshots | array of LibraryItemScreenshot | Screenshot urls for display |
storefront_oid | integer (int32) | StoreFront oid where content originates necessary for tracking down relative assets |
title | string | title of library item, usually the name of the flow or campaign, or description of cjson |
upsell_offer_oid | integer (int32) | Required if content_type is upsell. This is object identifier of a StoreFront Upsell Offer. |
uuid | string | UUID of communication flow, campaign, email, postcard, or null if this item is something else. transactional_email do not have a uuid because they are singleton objects within a storefront and easily identifiable by name |
Name | Data Type | Description |
---|---|---|
email_uuid | string | Normal emails are applied to an existing email object, so when requesting a library item to be applied to an email, supply the email uuid. This is only for normal emails. Transactional emails do not have a uuid. |
library_item_oid | integer (int32) | Library item oid that you wish to apply to the given StoreFront |
postcard_uuid | string | The postcard uuid you wish to apply to a given StoreFront. |
storefront_oid | integer (int32) | StoreFront oid where content originates necessary for tracking down relative assets |
Name | Data Type | Description |
---|---|---|
attributes | array of LibraryItemAttribute | Attributes from the library item |
cjson | string | Cjson from library item, only populated if this library item was a cjson snippet or marketing email (not transactional) |
content_type | string | flow, campaign, cjson, upsell, postcard, transactional_email or email |
email_template_vm_path | string | If a marketing email was applied, this is the path to the template encapsulating the cjson. This is needed for the UltraCart UI. |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
storefront_oid | integer (int32) | StoreFront oid where content originates necessary for tracking down relative assets |
success | boolean | Indicates if API call was successful |
title | string | title of library item, usually the name of the flow or campaign, or description of cjson |
uuid | string | UUID of marketing email or communication flow/campaign if this library item was an email, campaign or flow |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
iso_2_code | string(2) | iso_2_code |
name | string(50) | name |
Name | Data Type | Description |
---|---|---|
currency_code | string | Currency code of the localized value |
exchange_rate | number | Exchange rate used to localize |
localized | number | Value localized to the customer |
localized_formatted | string | Value localized and formatted for the customer |
value | number | Value in base currency |
Name | Data Type | Description |
---|---|---|
templatePaths | array of string |
Name | Data Type | Description |
---|---|---|
click_rate_formatted | (read only) string | Click rate of emails |
created_dts | (read only) string (dateTime) | Created date |
deleted | boolean | True if this campaign was deleted |
email_campaign_uuid | (read only) string | Email campaign UUID |
email_communication_sequence_uuid | (read only) string | Email communication sequence UUID |
end_once_customer_purchases | boolean | True if the customer should end the flow once they purchase from this campaign |
end_once_customer_purchases_anywhere | boolean | True if the customer should end the flow once they purchase from anywhere |
esp_campaign_folder_uuid | (read only) string | Campaign folder UUID. Null for uncategorized |
esp_domain_user | string | User of the sending address |
esp_domain_uuid | string | UUID of the sending domain |
esp_friendly_name | string | Friendly name of the sending email |
library_item_oid | integer (int32) | If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated. |
memberships | array of EmailListSegmentMembership | List and segment memberships |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email campaign |
open_rate_formatted | (read only) string | Open rate of emails |
prevent_sending_due_to_spam | boolean | True if this campaign is prevented from sending at this time due to spam complaints. |
revenue_formatted | (read only) string | Revenue associated with campaign |
revenue_per_customer_formatted | (read only) string | Revenue per customer associated with campaign |
scheduled_dts | string (dateTime) | Scheduled date |
screenshot_large_full_url | string | URL to a large full length screenshot |
sms_esp_twilio_uuid | string | Twilio Account UUID. Null for none |
sms_phone_number | string | Twilio SMS Phone Number. Null for none |
status | string | Status of the campaign of draft, archived, and sent |
status_dts | (read only) string (dateTime) | Timestamp when the last status change happened |
storefront_oid | (read only) integer (int32) | Storefront oid |
Name | Data Type | Description |
---|---|---|
esp_campaign_folder_uuid | (read only) string | Email campaign folder UUID |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email campaign folder |
storefront_oid | (read only) integer (int32) | Storefront oid |
system_generated | (read only) boolean | System generated folder |
Name | Data Type | Description |
---|---|---|
campaign_folder | EmailCampaignFolder | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
campaign_folders | array of EmailCampaignFolder | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
campaign | EmailCampaign | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
campaigns | array of EmailCampaign | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
click_count | (read only) integer (int32) | Click Count |
url | (read only) string | url |
Name | Data Type | Description |
---|---|---|
clicks | array of EmailClick | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
email_communication_sequence_steps | array of EmailCommseqStep | Array of steps |
email_communication_sequence_uuid | (read only) string | Email commseq UUID |
merchant_id | (read only) string | Merchant ID |
storefront_oid | (read only) integer (int32) | Storefront oid |
Name | Data Type | Description |
---|---|---|
deleted | boolean | Deleted |
edited_by_user | string | Edited by user |
email_communication_sequence_email_uuid | string | Email communication sequence email uuid |
email_communication_sequence_uuid | (read only) string | Email commseq UUID |
email_container_cjson | string | Email container cjson |
email_container_cjson_last_modified_dts | string (dateTime) | Timestamp the last time the container was modified. |
email_template_vm_path | string | Email template virtual path |
external_generation | boolean | |
external_generation_authentication | string | |
external_generation_basic_password | string | |
external_generation_basic_username | string | |
external_generation_header_name | string | |
external_generation_header_value | string | |
external_generation_id | string | |
external_generation_url | string | |
filter_profile_equation_json | string | Filter profile equation json |
individually_render | boolean | Individually render |
library_item_oid | integer (int32) | If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated. |
magic_link | (read only) boolean | True if email links should contain magic link tokens to log the customer in automatically |
merchant_id | (read only) string | Merchant ID |
pending_review | (read only) boolean | True if the content of this email is pending review by UltraCart |
preview_text | string | Preview text |
rejected | (read only) boolean | True if the content of this email was rejected during review by UltraCart |
requires_review | (read only) boolean | True if the content of this email is requires review by UltraCart |
screenshot_large_full_url | (read only) string | URL to screenshot in large form factor full page |
screenshot_large_viewport_url | (read only) string | URL to screenshot in large form factor viewport |
screenshot_small_full_url | (read only) string | URL to screenshot in small form factor full page |
screenshot_small_viewport_url | (read only) string | URL to screenshot in small form factor viewport |
smart_sending | boolean | Smart sending |
storefront_oid | (read only) integer (int32) | Storefront oid |
subject | string | Subject |
suspended_for_spam | (read only) boolean | True if the email was suspended for too high of a spam rate. |
transactional_email | boolean | Transactional email |
version | integer (int32) | Version |
Name | Data Type | Description |
---|---|---|
EmailCommseqEmail | ||
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
cart_id | string | |
cart_item_ids | array of string | |
esp_commseq_email_uuid | string | |
esp_commseq_step_uuid | string | |
esp_commseq_uuid | string | |
name | string | |
order_id | string | |
please_review | boolean | |
send_to_additional_emails | array of string | |
send_to_logged_in_user | boolean |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
esp_commseq_email_uuids | array of string | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
emails | array of EmailCommseqEmail | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
deleted | boolean | Deleted |
edited_by_user | string | Edited by user |
email_communication_sequence_postcard_uuid | string | communication sequence postcard uuid |
filter_profile_equation_json | string | Filter profile equation json |
merchant_id | (read only) string | Merchant ID |
postcard_back_container_cjson | string | Postcard back container cjson |
postcard_back_container_uuid | string | Postcard back container uuid |
postcard_container_cjson_last_modified_dts | string (dateTime) | Timestamp the last time the container was modified. |
postcard_front_container_cjson | string | Postcard front container cjson |
postcard_front_container_uuid | string | Postcard front container uuid |
screenshot_back_url | (read only) string | URL to screenshot of the back of the postcard |
screenshot_front_url | (read only) string | URL to screenshot of the front of the postcard |
storefront_oid | (read only) integer (int32) | Storefront oid |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
postcard | EmailCommseqPostcard | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
address_1 | string | |
address_2 | string | |
cart_id | string | |
cart_item_ids | array of string | |
city | string | |
esp_commseq_postcard_uuid | string | |
esp_commseq_step_uuid | string | |
esp_commseq_uuid | string | |
mail_card | boolean | |
name | string | |
order_id | string | |
postal_code | string | |
state | string |
Name | Data Type | Description |
---|---|---|
backThumbnail | string | |
error | Error | Error object if unsuccessful |
frontThumbnail | string | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
renderedPdf | string | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
esp_commseq_postcard_uuids | array of string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
postcards | array of EmailCommseqPostcard | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
communication_sequence | EmailCommseq | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
address_1 | string | |
address_2 | string | |
cart_id | string | |
cart_item_ids | array of string | |
city | string | |
esp_commseq_uuid | string | |
mail_card | boolean | |
name | string | |
order_id | string | |
please_review | boolean | |
postal_code | string | |
send_to_cellphone_e164 | string | |
send_to_email | string | |
send_to_logged_in_user | boolean | |
state | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
esp_commseq_step_uuid | string | |
esp_commseq_uuid | string | |
send_to_cellphone_e164 | string |
Name | Data Type | Description |
---|---|---|
body | string | |
error | Error | Error object if unsuccessful |
media_urls | array of string | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
communication_sequences | array of EmailCommseq | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
click_count | integer (int32) | Count of clicked emails |
click_count_formatted | string | Count of clicked emails, formatted |
conversion_count | integer (int32) | Count of conversion |
conversion_count_formatted | string | Count of conversions, formatted |
delivered_count | integer (int32) | Count of delivered emails |
delivered_count_formatted | string | Count of delivered emails, formatted |
email_communication_sequence_uuid | (read only) string | UUID associated with the communication sequence |
finished_count | integer (int32) | Count of customers that finished the sequence |
finished_count_formatted | string | Count of customers that finished the sequence, formatted |
in_progress_count | integer (int32) | Count of customers in progress |
in_progress_count_formatted | string | Count of customers in progress, formatted |
kickbox_count | integer (int32) | Count of emails kicked |
kickbox_count_formatted | string | Count of emails kicked, formatted |
merchant_id | (read only) string | Merchant ID |
open_count | integer (int32) | Count of opened emails |
open_count_formatted | string | Count of opened emails, formatted |
order_count | integer (int32) | Count of orders |
order_count_formatted | string | Count of orders, formatted |
permanent_bounce_count | integer (int32) | Count of emails permanently bounced |
permanent_bounce_count_formatted | string | Count of emails permanently bounced, formatted |
profit | number | Profit |
profit_formatted | string | Profit, formatted |
revenue | number | Revenue |
revenue_formatted | string | Revenue, formatted |
send_count | integer (int32) | Count of emails sent |
send_count_formatted | string | Count of emails sent, formatted |
skipped_count | integer (int32) | Count of skipped emails |
skipped_count_formatted | string | Count of skipped emails, formatted |
spam_count | integer (int32) | Count of emails classified as spam |
spam_count_formatted | string | Count of emails classified as spam, formatted |
started_count | integer (int32) | Count of customers that started the sequence |
started_count_formatted | string | Count of customers that started the sequence, formatted |
storefront_oid | (read only) integer (int32) | Storefront oid |
unsubscribe_count | integer (int32) | Count of unsubscribes caused |
unsubscribe_count_formatted | string | Count of unsubscribes caused, formatted |
view_count | integer (int32) | Count of views |
view_count_formatted | string | Count of views, formatted |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
stats | EmailCommseqStat | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
alt_child_email_communication_sequence_steps | array of EmailCommseqStep | Array of child steps for the alternate path |
child_email_communication_sequence_steps | array of EmailCommseqStep | Array of child steps |
email_communication_sequence_step_uuid | (read only) string | Email commseq step UUID |
email_pending_review | (read only) boolean | True if the content of the email associated with this step is pending review by UltraCart |
email_rejected | (read only) boolean | True if the content of the email associated with this step was rejected during review by UltraCart |
email_requires_review | (read only) boolean | True if the content of the email associated with this step requires review by UltraCart |
filter_profile_equation_json | string | Filter profile equation JSON |
merchant_notes | string | Internal merchant notes |
step_config_json | string | Arbitrary Configuration for a step |
type | string | Type of step
Allowed Values
|
Name | Data Type | Description |
---|---|---|
string | ||
log | string | Log text |
log_dts | string (dateTime) | Log date/time |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
logs | array of EmailCommseqStepLog | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
cart_id | string | |
cart_item_ids | array of string | |
string | ||
esp_commseq_step_uuid | string | |
esp_commseq_uuid | string | |
name | string | |
order_id | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
request | string | HTTP Request |
response | string | HTTP Response |
status_code | integer (int32) | HTTP Status Code |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
active | boolean | True if the customer is flagged as active within StoreFront Communications |
(read only) string | ||
email_customer_uuid | (read only) string | Email customer UUID |
first_name | (read only) string | First name |
global_unsubscribe | boolean | True if the customer has globally unsubscribed from all communication. |
last_interaction_dts | (read only) string (dateTime) | Last interaction |
last_name | (read only) string | Last name |
list_uuids | array of string | UUIDs of the lists they are subscribed to |
Name | Data Type | Description |
---|---|---|
editor_url | string | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
customers | array of EmailCustomer | Customers on the page |
page_number | integer (int32) | Page number (one based offset) |
page_size | integer (int32) | Number of records per page |
total_customers | integer (int32) | Total customers |
total_pages | integer (int32) | Total number of pages |
Name | Data Type | Description |
---|---|---|
action | (read only) string | Type of action such as add, remove, subscribe, unsubscribe |
activity_dts | (read only) string (dateTime) | Date/time of the activity |
destination_name | (read only) string | List or segment name |
destination_uuid | (read only) string | List or segment uuid |
(read only) string | Email address | |
is_list | (read only) boolean | true if activity is related to list |
is_segment | (read only) boolean | true if activity is related to segment |
Name | Data Type | Description |
---|---|---|
activity | array of EmailDashboardActivity | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
stats | array of EmailStat | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
comment | string | |
dkim | array of VerificationRecord | |
dkim_status | string | |
domain | string | |
esp_domain_uuid | string | |
identity_status | string | |
mailgun | Mailgun | |
merchant_id | string | |
provider | string | |
spf | VerificationRecord | |
start_dkim_dts | string | |
start_identity_dts | string | |
verification | VerificationRecord |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
token | string | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
allow_multiple_concurrent_enrollments | boolean | True if a customer may be enrolled in this flow multiple times |
back_populating | (read only) boolean | True if the flow is currently performing a back population. |
click_rate_formatted | string | Click rate of emails, formatted |
created_dts | (read only) string (dateTime) | Created date |
deleted | boolean | True if this campaign was deleted |
email_communication_sequence_uuid | (read only) string | Email communication sequence UUID |
email_flow_uuid | (read only) string | Email flow UUID |
end_once_customer_purchases | boolean | True if the customer should end the flow once they purchase from an email on this flow |
end_once_customer_purchases_anywhere | boolean | True if the customer should end the flow once they purchase from any source |
enrolled_customers | (read only) integer (int32) | Number of enrolled customers. |
esp_domain_user | string | Username of sending email |
esp_domain_uuid | string | UUID of sending domain |
esp_flow_folder_uuid | (read only) string | Flow folder UUID. Null for uncategorized |
esp_friendly_name | string | Friendly name of the sending email |
filter_profile_equation_json | string | File profile equation json |
library_item_oid | integer (int32) | If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated. |
maximum_enrolled | (read only) boolean | The number of maximum customers for the plan are currently enrolled in this flow. |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email flow |
open_rate_formatted | string | Open rate of emails, formatted |
revenue_formatted | string | Revenue, formatted |
revenue_per_customer_formatted | string | Revenue per customer, formatted |
screenshot_large_full_url | string | URL to a large full length screenshot |
sms_esp_twilio_uuid | string | Twilio Account UUID. Null for none |
sms_phone_number | string | Twilio SMS Phone Number. Null for none |
status | string | Status of the campaign of draft, archived, active, and inactive |
status_dts | (read only) string (dateTime) | Timestamp when the last status change happened |
storefront_oid | (read only) integer (int32) | Storefront oid |
trigger_parameter | string | Trigger parameter |
trigger_parameter_name | string | Trigger parameter name |
trigger_type | string | Trigger type |
Name | Data Type | Description |
---|---|---|
order_days_old | integer (int32) | The age of the orders that should be considered for order triggers. |
relative_to_event | boolean | True if the age of the event should be considered when reducing the initial flow wait step |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
esp_flow_folder_uuid | (read only) string | Email flow folder UUID |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email flow folder |
storefront_oid | (read only) integer (int32) | Storefront oid |
system_generated | (read only) boolean | System generated folder |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
flow_folder | EmailFlowFolder | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
flow_folders | array of EmailFlowFolder | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
flow | EmailFlow | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
flows | array of EmailFlow | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
dedicated_ip | boolean |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
global_settings | EmailGlobalSettings | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
string |
Name | Data Type | Description |
---|---|---|
listsUnsubscribed | integer (int32) |
Name | Data Type | Description |
---|---|---|
property_names | array of string |
Name | Data Type | Description |
---|---|---|
property_values | array of string |
Name | Data Type | Description |
---|---|---|
allow_csv_download | boolean | True if the current user has the rights to download this list. |
created_dts | (read only) string (dateTime) | Created date |
deleted | boolean | True if this campaign was deleted |
email_list_uuid | (read only) string | Email list UUID |
esp_list_segment_folder_uuid | string | List/Segment folder UUID |
member_count | integer (int32) | Count of members in this list |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email list |
public_description | string | Description of list shown to customer. |
public_list | boolean | True if this list is public |
storefront_oid | (read only) integer (int32) | Storefront oid |
used_by | array of EmailListSegmentUsedBy | Details on the flows or campaigns that use this list. |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
list_in_use | boolean | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
add_dts | (read only) string (dateTime) | Added timestamp |
(read only) string | ||
email_customer_uuid | (read only) string | Email customer UUID |
email_list_member_uuid | (read only) string | Email list member UUID |
Name | Data Type | Description |
---|---|---|
customers | array of EmailListCustomer | Customers on the page |
page_number | integer (int32) | Page number (one based offset) |
page_size | integer (int32) | Number of records per page |
total_customers | integer (int32) | Total customers |
total_pages | integer (int32) | Total number of pages |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
list | EmailList | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
esp_list_segment_folder_uuid | (read only) string | Email list segment folder UUID |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email campaign folder |
storefront_oid | (read only) integer (int32) | Storefront oid |
system_generated | (read only) boolean | System generated folder |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
list_segment_folder | EmailListSegmentFolder | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
list_segment_folders | array of EmailListSegmentFolder | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
email_list_uuid | (read only) string | UUID identifying this email list or null if this is a segment |
email_segment_uuid | (read only) string | UUID identifying this email segment or null if this is a list |
exclude | boolean | true if customers from this list/segment is excluded from membership |
name | string | Name of this email list or segment |
Name | Data Type | Description |
---|---|---|
email_campaign_uuid | (read only) string | Email campaign UUID |
email_flow_uuid | (read only) string | Email flow UUID |
name | string | Name of the list or segment. |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
lists | array of EmailList | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
added | integer (int32) | |
memberCount | integer (int32) |
Name | Data Type | Description |
---|---|---|
(read only) string | ||
order_dts | (read only) string (dateTime) | order_dts |
order_id | (read only) string | order_id |
total | (read only) Currency | Total |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
orders | array of EmailOrder | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
active_customers | (read only) integer (int32) | Active customers. The value will be -1 if calculation is pending. |
actual_customers | (read only) integer (int32) | Actual customers that they have regardless of active state. The value will be -1 if calculation is pending. |
bounce_count | (read only) integer (int32) | Bounce count |
bounce_percentage | (read only) number | bounce percentage rate based upon our look back window. This should be under five percent or the account will be paused for sending. |
bounce_percentage_formatted | (read only) string | bounce percentage rate (formatted) based upon our look back window. This should be under five percent or the account will be paused for sending. |
customer_histogram | (read only) EmailPerformanceCustomerHistogram | Customer histogram |
daily_stats | (read only) array of EmailPerformanceDaily | Daily statistics used for charting |
delivered_count | (read only) integer (int32) | Delivered count |
loyalty_program_type | (read only) string | Loyalty Program Type
Allowed Values
|
max_active_customers | (read only) integer (int32) | Maximum active customers allowed under their billing plan |
max_emails_per_day | (read only) integer (int32) | Max emails per day |
max_emails_per_hour | (read only) integer (int32) | Max emails per hour |
max_emails_per_month | (read only) integer (int32) | Max emails per month |
paused_for_spam | (read only) boolean | True if campaign/flow emails are paused due to spam complaints. |
revenue | (read only) number | Revenue |
sent_emails_per_day | (read only) integer (int32) | Sent emails last 24 hours |
sent_emails_per_hour | (read only) integer (int32) | Sent emails last hour |
sent_emails_per_month | (read only) integer (int32) | Sent emails last 31 days |
sequence_send_count | (read only) integer (int32) | Total sequence (campaign/flow) emails sent |
spam_count | (read only) integer (int32) | Spam complaints |
spam_percentage | (read only) number | Spam percentage rate based upon our look back window. This should be under one half a percent or the account will be paused for sending. |
spam_percentage_formatted | (read only) string | Spam percentage rate (formatted) based upon our look back window. This should be under one half a percent or the account will be paused for sending. |
transactional_send_count | (read only) integer (int32) | Total transactions emails sent |
Name | Data Type | Description |
---|---|---|
periods | (read only) array of EmailPerformanceCustomerHistogramPeriod | Periods (newest to oldest) |
Name | Data Type | Description |
---|---|---|
active | (read only) integer (int32) | Active customers last active in this period |
inactive | (read only) integer (int32) | Inactive customers last active in this period |
month | (read only) integer (int32) | Month (1 = January) |
total | (read only) integer (int32) | Total customers last active in this period |
year | (read only) integer (int32) | Year (four digits) |
Name | Data Type | Description |
---|---|---|
bounce_count | (read only) integer (int32) | Bounce count |
delivered_count | (read only) integer (int32) | Delivered count |
revenue | (read only) number | Revenue |
sequence_send_count | (read only) integer (int32) | Total sequence (campaign/flow) emails sent |
spam_count | (read only) integer (int32) | Spam complaints |
stat_dts | (read only) string (dateTime) | The date that these statistcs are for |
transactional_send_count | (read only) integer (int32) | Total transactions emails sent |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
performance | EmailPerformance | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
additional_customers | integer (int32) | |
additional_emails | integer (int32) | |
additional_fee | number | |
allow_list_import | boolean | |
allow_tracking_emails | boolean | |
customer_tiers | array of EmailPlanAdditional | |
initial_sending_limits | integer (int32) | |
plan_customers | integer (int32) | |
plan_emails | integer (int32) | |
plan_name | string | |
plan_name_formatted | string | |
require_order_within_last_days | integer (int32) | |
revenue_percent | integer (int32) | |
spam_percent_limit | integer (int32) | |
total_customers | integer (int32) | |
total_emails | integer (int32) | |
upgrade_to | integer (int32) |
Name | Data Type | Description |
---|---|---|
active | boolean | |
can_downgrade | boolean | |
can_upgrade | boolean | |
cost | number | |
cost_change | number | |
cost_change_formatted | string | |
cost_formatted | string | |
customers | integer (int32) | |
emails | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
plan | EmailPlan | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
click_count | integer (int32) | Count of clicked emails |
click_count_formatted | string | Count of clicked emails, formatted |
conversion_count | integer (int32) | Count of conversions |
conversion_count_formatted | string | Count of conversions, formatted |
delivered_count | integer (int32) | Count of delivered emails |
delivered_count_formatted | string | Count of delivered emails, formatted |
merchant_id | (read only) string | Merchant ID |
name | (read only) string | List or segment name |
order_count | integer (int32) | Count of orders |
order_count_formatted | string | Count of orders, formatted |
profit | number | Profit |
profit_formatted | string | Profit, formatted |
return_to_sender_count | integer (int32) | Count of return to sender |
return_to_sender_count_formatted | string | Count of return to sender, formatted |
revenue | number | Revenue |
revenue_formatted | string | Revenue, formatted |
send_count | integer (int32) | Count of emails sent |
send_count_formatted | string | Count of emails sent, formatted |
skipped_count | integer (int32) | Count of skipped emails |
skipped_count_formatted | string | Count of skipped emails, formatted |
spam_count | integer (int32) | Count of emails classified as spam |
spam_count_formatted | string | Count of emails classified as spam, formatted |
stat_type | (read only) string | Campaign, Flow or None (for anything else) |
status | (read only) string | Status of campaign or flow |
status_dts | (read only) string | Status dts of campaign or flow |
steps | array of EmailPostcardStat | |
storefront_oid | (read only) integer (int32) | Storefront oid |
unsubscribe_count | integer (int32) | Count of emails classified as unsubscribe |
unsubscribe_count_formatted | string | Count of emails classified as unsubscribe, formatted |
uuid | (read only) string | List or segment uuid |
view_count | integer (int32) | Count of views |
view_count_formatted | string | Count of views, formatted |
Name | Data Type | Description |
---|---|---|
commseq_postcard_uuid | string | |
commseq_step_uuid | string | |
commseq_uuid | string | |
conversion_dts | string (dateTime) | Conversion date time. |
cost | number | |
customer_uuid | string | |
delivered_dts | string (dateTime) | Delivered date time. |
from_address_line1 | string | |
from_address_line2 | string | |
from_city | string | |
from_name | string | |
from_state | string | |
from_zip | string | |
mailed_dts | string (dateTime) | Mailed date time. |
order_id | string | |
postcard_tracking_uuid | string | |
status | string | |
submit_dts | string (dateTime) | Submit date time. |
to_address_line1 | string | |
to_address_line2 | string | |
to_city | string | |
to_name | string | |
to_state | string | |
to_zip | string | |
tracking_description | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
tracking | EmailPostcardTracking | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
available | integer (int32) | |
limit | integer (int32) | |
name | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
rate_limiters | array of EmailRateLimiter | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
allow_csv_download | boolean | True if the current user has the rights to download this segment. |
allow_facebook_audiences | boolean | True if this StoreFront has the Facebook Analytics app connected and supports them |
created_dts | (read only) string (dateTime) | Created date |
deleted | boolean | True if this campaign was deleted |
email_segment_uuid | (read only) string | Email segment UUID |
esp_list_segment_folder_uuid | string | List/Segment folder UUID |
facebook_custom_audience | boolean | True if you want to sync to a facebook custom audience |
filter_profile_equation_json | string | File profile equation json |
member_count | integer (int32) | Count of members in this segment |
merchant_id | (read only) string | Merchant ID |
name | string(250) | Name of email segment |
rank_json | string | Rank settings json |
rebuild_percentage | (read only) number | Percentage of completion for a rebuild. The value range will be 0-1. Multiply by 100 to format for display. |
rebuild_required | boolean | True if a rebuild is required because some part of the segment has changed |
storefront_oid | (read only) integer (int32) | Storefront oid |
thirdparty_join_add_tags | array of string | Third party provider tags to add when a customer joins the segment. |
thirdparty_join_remove_tags | array of string | Third party provider tags to remove when a customer joins the segment. |
thirdparty_leave_add_tags | array of string | Third party provider tags to add when a customer leaves the segment. |
thirdparty_leave_remove_tags | array of string | Third party provider tags to remove when a customer leaves the segment. |
thirdparty_list_id | string | List id of third party provider to sync with. |
thirdparty_provider_name | string | Name of third party provider to sync segment to a list with. |
used_by | array of EmailListSegmentUsedBy | Details on the flows or campaigns that use this list. |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
segment_in_use | boolean | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
add_dts | (read only) string (dateTime) | Added timestamp |
(read only) string | ||
email_customer_uuid | (read only) string | Email customer UUID |
email_segment_member_uuid | (read only) string | Email segment member UUID |
Name | Data Type | Description |
---|---|---|
customers | array of EmailSegmentCustomer | Customers on the page |
page_number | integer (int32) | Page number (one based offset) |
page_size | integer (int32) | Number of records per page |
total_customers | integer (int32) | Total customers |
total_pages | integer (int32) | Total number of pages |
Name | Data Type | Description |
---|---|---|
email_segment_rebuild_uuid | string | |
email_segment_uuid | string | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
percentage_complete | number | |
proceed | boolean | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
segment | EmailSegment | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
segments | array of EmailSegment | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
domain | EmailDomain | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
domains | array of EmailDomain | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
emails_per_day | (read only) integer (int32) | Emails per day allowed |
emails_per_hour | (read only) integer (int32) | Emails per hour allowed |
emails_per_month | (read only) integer (int32) | Emails per month allowed |
marketing_esp_domain_user | string | |
marketing_esp_domain_uuid | string | |
marketing_esp_friendly_name | string | |
postcard_from_address1 | string | |
postcard_from_address2 | string | |
postcard_from_city | string | |
postcard_from_name | string | |
postcard_from_postal_code | string | |
postcard_from_state | string | |
require_order_within_last | (read only) integer (int32) | Require order within last |
reviews_io_configured | (read only) boolean | True if the Reviews.io integration is configured |
sms_esp_twilio_uuid | string | |
sms_phone_number | string | |
transactional_esp_domain_user | string | |
transactional_esp_domain_uuid | string | |
transactional_esp_friendly_name | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
settings | EmailSettings | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
(read only) string | ||
order_dts | (read only) string (dateTime) | order_dts |
order_id | (read only) string | order_id |
total | (read only) Currency | Total |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
orders | array of EmailSmsOrder | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
click_count | integer (int32) | Count of clicked emails |
click_count_formatted | string | Count of clicked emails, formatted |
conversion_count | integer (int32) | Count of conversions |
conversion_count_formatted | string | Count of conversions, formatted |
deleted | boolean | True if campaign/flow has been archived |
delivered_count | integer (int32) | Count of delivered emails |
delivered_count_formatted | string | Count of delivered emails, formatted |
merchant_id | (read only) string | Merchant ID |
name | (read only) string | List or segment name |
order_count | integer (int32) | Count of orders |
order_count_formatted | string | Count of orders, formatted |
profit | number | Profit |
profit_formatted | string | Profit, formatted |
revenue | number | Revenue |
revenue_formatted | string | Revenue, formatted |
send_count | integer (int32) | Count of emails sent |
send_count_formatted | string | Count of emails sent, formatted |
skipped_count | integer (int32) | Count of skipped emails |
skipped_count_formatted | string | Count of skipped emails, formatted |
stat_type | (read only) string | Campaign, Flow or None (for anything else) |
status | (read only) string | Status of campaign or flow |
status_dts | (read only) string | Status dts of campaign or flow |
step_uuid | (read only) string | Step UUID if the statistics are at the step/email level |
steps | array of EmailSmsStat | |
storefront_oid | (read only) integer (int32) | Storefront oid |
unsubscribe_count | integer (int32) | Count of emails classified as unsubscribe |
unsubscribe_count_formatted | string | Count of emails classified as unsubscribe, formatted |
uuid | (read only) string | List/Segment uuid, or Flow/Campaign uuid depending on level of stat aggregation. |
view_count | integer (int32) | Count of views |
view_count_formatted | string | Count of views, formatted |
Name | Data Type | Description |
---|---|---|
click_count | integer (int32) | Count of clicked emails |
click_count_formatted | string | Count of clicked emails, formatted |
conversion_count | integer (int32) | Count of conversions |
conversion_count_formatted | string | Count of conversions, formatted |
deleted | boolean | True if campaign/flow has been archived |
delivered_count | integer (int32) | Count of delivered emails |
delivered_count_formatted | string | Count of delivered emails, formatted |
kickbox_count | integer (int32) | Count of emails kicked |
kickbox_count_formatted | string | Count of emails kicked, formatted |
merchant_id | (read only) string | Merchant ID |
name | (read only) string | List or segment name |
open_count | integer (int32) | Count of opened emails |
open_count_formatted | string | Count of opened emails, formatted |
order_count | integer (int32) | Count of orders |
order_count_formatted | string | Count of orders, formatted |
permanent_bounce_count | integer (int32) | Count of emails permanently bounced |
permanent_bounce_count_formatted | string | Count of emails permanently bounced, formatted |
profit | number | Profit |
profit_formatted | string | Profit, formatted |
revenue | number | Revenue |
revenue_formatted | string | Revenue, formatted |
send_count | integer (int32) | Count of emails sent |
send_count_formatted | string | Count of emails sent, formatted |
skipped_count | integer (int32) | Count of skipped emails |
skipped_count_formatted | string | Count of skipped emails, formatted |
spam_count | integer (int32) | Count of emails classified as spam |
spam_count_formatted | string | Count of emails classified as spam, formatted |
stat_type | (read only) string | Campaign, Flow or None (for anything else) |
status | (read only) string | Status of campaign or flow |
status_dts | (read only) string | Status dts of campaign or flow |
step_uuid | (read only) string | Step UUID if the statistics are at the step/email level |
steps | array of EmailStat | |
storefront_oid | (read only) integer (int32) | Storefront oid |
unsubscribe_count | integer (int32) | Count of emails classified as unsubscribe |
unsubscribe_count_formatted | string | Count of emails classified as unsubscribe, formatted |
uuid | (read only) string | List/Segment uuid, or Flow/Campaign uuid depending on level of stat aggregation. |
view_count | integer (int32) | Count of views |
view_count_formatted | string | Count of views, formatted |
Name | Data Type | Description |
---|---|---|
commseq_postcard_uuids | array of string | |
days | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
stats | array of EmailPostcardStat | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
commseq_step_uuids | array of string | |
days | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
stats | array of EmailSmsStat | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
commseq_email_uuids | array of string | |
commseq_step_uuids | array of string | |
days | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
stats | array of EmailStat | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
left_click_count | integer (int32) | click count (left side) |
left_click_count_formatted | string | click count formatted (left side) |
left_conversion_count | integer (int32) | conversion count (left/default side) |
left_conversion_count_formatted | string | conversion count formatted (left/default side) |
left_customer_count | integer (int32) | customer count (left/default side) |
left_customer_count_formatted | string | customer count formatted (left/default side) |
left_delivered_count | integer (int32) | delivered count (left side) |
left_delivered_count_formatted | string | delivered count formatted (left side) |
left_order_count | integer (int32) | order count (left/default side) |
left_order_count_formatted | string | order count formatted (left/default side) |
left_profit | number | profit (left/default side) |
left_profit_formatted | string | profit formatted (left/default side) |
left_revenue | number | revenue (left/default side) |
left_revenue_formatted | string | revenue formatted (left/default side) |
left_send_count | integer (int32) | send count (left side) |
left_send_count_formatted | string | send count formatted (left side) |
left_skipped_count | integer (int32) | conversion count (left side) |
left_skipped_count_formatted | string | skipped count formatted (left side) |
left_unsubscribe_count | integer (int32) | unsubscribe count (left side) |
left_unsubscribe_count_formatted | string | unsubscribe count formatted (left side) |
right_conversion_count | integer (int32) | conversion count (right side) |
right_conversion_count_formatted | string | conversion count formatted (right side) |
right_customer_count | integer (int32) | customer count (right side) |
right_customer_count_formatted | string | customer count formatted (right side) |
right_order_count | integer (int32) | order count (right side) |
right_order_count_formatted | string | order count formatted (right side) |
right_profit | number | profit (right side) |
right_profit_formatted | string | profit formatted (right side) |
right_revenue | number | revenue (right side) |
right_revenue_formatted | string | revenue formatted (right side) |
Name | Data Type | Description |
---|---|---|
commseq_step_uuids | array of string | |
days | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
stats | array of EmailStepStat | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
commseq_step_uuids | array of string |
Name | Data Type | Description |
---|---|---|
container_cjson | string | Container cjson |
description | string | Description of email template |
email_template_oid | integer (int32) | Email template oid |
email_template_vm_path | string | Email Template VM Path |
merchant_id | string | Merchant ID |
name | string(250) | Name of email template |
preview_amazon_listing_key | string(250) | Amazon key for preview png image |
sort_order | integer (int32) | Sort order (optional) |
storefront_oid | integer (int32) | StoreFront oid |
system | boolean | True if this email template is system-wide,false if merchant specific |
trigger_type | string(100) | Trigger type |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
templates | array of EmailTemplate | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
id | (read only) string | id |
name | (read only) string | name |
Name | Data Type | Description |
---|---|---|
providers | array of EmailThirdPartyProvider | providers |
Name | Data Type | Description |
---|---|---|
connect_url | (read only) string | URL to the settings screen to connect. Null if the provider is already connected. |
list_count | (read only) integer (int32) | list_count |
lists | array of EmailThirdPartyList | lists |
logo_url | (read only) string | logo_url |
name | (read only) string | name |
supports_add_tags | (read only) boolean | True if this provider can support adding tags |
supports_list_subscribe | (read only) boolean | True if this provider can support list subscribe |
supports_list_unsubscribe | (read only) boolean | True if this provider can support list unsubscribe |
supports_remove_tags | (read only) boolean | True if this provider can support remove tags |
tag_count | (read only) integer (int32) | tag_count |
tags | array of EmailThirdPartyTag | tags |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
providers | array of EmailThirdPartyProvider | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
id | (read only) string | id |
name | (read only) string | name |
Name | Data Type | Description |
---|---|---|
available_expansions | array of string | |
available_tokens | array of string | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
rest_object_type | string | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
developer_message | string | A technical message meant to be read by a developer |
error_code | string | HTTP status code |
more_info | string | Additional information often a link to additional documentation |
object_id | string | Object id that the error is associated with |
user_message | string | An end-user friendly message suitable for display to the customer |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
container_id | (read only) string | Contained ID where the experiment element was located |
duration_days | (read only) integer (int32) | Duration in days |
end_dts | (read only) string (dateTime) | End date/time |
equal_weighting | (read only) boolean | Whether or not traffic is equally weighted or shifts over time during the experiment |
experiment_type | (read only) string | The type of experiment |
id | (read only) string | Experiment id |
name | (read only) string | Experiment name |
notes | (read only) string | Notes about the experiment |
objective | (read only) string | Objective that is being optimized |
objective_parameter | (read only) string | Objective parameter (such as event name) that is being optimized |
openai_current_iteration | (read only) integer (int32) | The current iteration of the OpenAI related experiment |
openai_element_type | (read only) string | The type of OpenAI element being experimented on
Allowed Values
|
openai_model | (read only) string | The type of OpenAI model used |
openai_total_iterations | (read only) integer (int32) | The total number of iterations to perform on the experiment |
optimization_type | (read only) string | Type of optimization |
p95_sessions_needed | integer (int32) | Estimated sessions needed to achieve P95 |
p_value | (read only) number | Statistics p-value for the experiment |
session_count | (read only) integer (int32) | Total number of sessions in the experiment |
start_dts | (read only) string (dateTime) | Start date/time |
status | string | Status of the experiment
Allowed Values
|
storefront_experiment_oid | (read only) integer (int32) | Storefront Experiment Oid |
storefront_oid | (read only) integer (int32) | Storefront oid |
uri | (read only) string | URI the experiment was started on |
variations | (read only) array of ExperimentVariation | Variations being tested in the experiment |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
experiment | Experiment | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
experiments | array of Experiment | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
add_to_cart_count | (read only) integer (int32) | Total add to cart count for this variation |
average_duration_seconds | (read only) integer (int32) | Average duration seconds per session for this variation |
average_objective_per_session | (read only) number | Average objective value per session for this variation |
average_order_value | (read only) number | Average order value for this variation |
bounce_count | (read only) integer (int32) | Total bounce count for this variation |
conversion_rate | (read only) number | Conversion rate for this variation |
daily_statistics | (read only) array of ExperimentVariationStat | Array of daily statistics for this variation |
duration_seconds_sum | (read only) integer (int64) | Total number of seconds spent on the site for this variation |
event_count | (read only) integer (int32) | Total event ocunt for this variation |
initiate_checkout_count | (read only) integer (int32) | Total initiate checkout count for this variation |
order_count | (read only) integer (int32) | Total order count for this variation |
order_item_count | (read only) integer (int32) | Total order item count for this variation |
original_traffic_percentage | (read only) number | Percentage of the traffic the variation originally started out with |
page_view_count | (read only) integer (int32) | Total page view count for this variation |
paused | boolean | True if traffic should be paused to this variation |
revenue | (read only) number | Total revenue for this variation |
session_count | (read only) integer (int32) | Total sessions for this variation |
sms_opt_ins | (read only) integer (int32) | SMS Opt Ins for this variation |
traffic_percentage | (read only) number | Percentage of the traffic this variation is currently receiving |
url | string | Url of the variation if this experiment is a url experiment. |
variation_name | (read only) string | Name of the variation |
variation_number | (read only) integer (int32) | Variation number |
winner | (read only) boolean | True if this variation has been declared the winner |
Name | Data Type | Description |
---|---|---|
add_to_cart_count | (read only) integer (int32) | Total add to cart count for this variation |
bounce_count | (read only) integer (int32) | Total bounce count for this variation |
duration_seconds_sum | (read only) integer (int64) | Total number of seconds spent on the site for this variation |
event_count | (read only) integer (int32) | Total event count for this variation |
initiate_checkout_count | (read only) integer (int32) | Total initiate checkout count for this variation |
order_count | (read only) integer (int32) | Total order count for this variation |
order_ids | (read only) array of string | Order ID thats converted on this variation |
order_item_count | (read only) integer (int32) | Total order item count for this variation |
page_view_count | (read only) integer (int32) | Total page view count for this variation |
revenue | (read only) number | Total revenue for this variation |
session_count | (read only) integer (int32) | Total sessions for this variation |
sms_opt_in_count | (read only) integer (int32) | Total SMS opt in count for this variation |
stat_dts | (read only) string (dateTime) | Date/time that the statistic was created |
Name | Data Type | Description |
---|---|---|
active_theme_directory | boolean | |
favorite | boolean | |
hostname | string | |
icon | string | |
last_modified | string | |
name | string | |
parent_storefront_fs_directory_oid | integer (int32) | |
part_of_active_theme | boolean | |
selected | boolean | |
storefront_fs_directory_oid | integer (int32) | |
storefront_fs_file_oid | integer (int32) | |
storefront_oid | integer (int32) | |
type | string |
Name | Data Type | Description |
---|---|---|
favorite | boolean | |
hostname | string | |
i18n_violation | boolean | |
icon | string | |
internal_version | integer (int32) | |
last_modified | string | |
merge_conflict | boolean | |
name | string | |
parent_storefront_fs_directory_oid | integer (int32) | |
part_of_active_theme | boolean | |
path | string | |
raw_size | integer (int32) | |
selected | boolean | |
size | string | |
storefront_fs_directory_oid | integer (int32) | |
storefront_fs_file_oid | integer (int32) | |
storefront_oid | integer (int32) | |
thumbnail_16_url | string | CDN thumbnail 16x16 size |
thumbnail_32_url | string | CDN thumbnail 32x32 size |
thumbnail_64_url | string | CDN thumbnail 64x64 size |
type | string | |
valid_velocity | string |
Name | Data Type | Description |
---|---|---|
current_storefront_fs_directory_oid | integer (int32) | |
directories | array of FileManagerDirectory | |
files | array of FileManagerFile | |
hostname | string | |
parent_storefront_fs_directory_oid | integer (int32) | |
path | string | |
path_list | array of FileManagerDirectory | |
storefront_oid | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
file_manager_page | FileManagerPage | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
filename | string | |
key | string | |
parent_storefront_fs_directory_oid | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
key | string | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
url | string | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
address | string | address |
city | string | city |
country_code | string | country_code |
postal_code | string | postal_code |
state | string | state |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
latitude | number | |
longitude | number | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
lat | number | |
lon | number |
Name | Data Type | Description |
---|---|---|
description | (read only) string | Optional description of the lookup value |
key | (read only) string | The key or id of this lookup value |
value | (read only) string | The value of this lookup value |
Name | Data Type | Description |
---|---|---|
categories | array of string | |
industries | array of string | |
styles | array of string | |
types | array of string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
filter_values | LibraryFilterValues | Filter values |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
assets | array of LibraryItemAsset | |
attributes | array of LibraryItemAttribute | |
categories | array of string | |
content | string | |
content_type | string | |
description | string | |
industries | array of string | |
library_item_oid | integer (int32) | |
merchant_id | string | |
my_purchased_version | (read only) integer (int32) | If this is a public item and the merchant has already purchased it, this is their version. If not yet purchased, this will be zero. This value will only be populated during a searchPublicItems() call. |
original_object_id | (read only) string | This id points to the original object that was added to the library. For flows and campaigns, this is a uuid string. For upsells, it is an oid integer. For transactional_emails, it is an email name. |
price | number | The price of the published item. Null for any private library items. |
price_formatted | string | The formatted price of the published item. Null for any private library items. |
published | (read only) boolean | True if this library item is a published item (not source) |
published_dts | (read only) | The timestamp of the last published version |
published_from_library_item_oid | (read only) integer (int32) | The source item used to publish this item. This allows for comparisons between source and published |
published_meta | (read only) LibraryItemPublishedMeta | Meta information for a published source item. |
published_version | (read only) integer (int32) | The source version when this item was published. This allows for out-of-date alerts to be shown when there is a difference between source and published |
purchased | (read only) boolean | True if this library item has been purchased |
purchased_from_library_item_oid | (read only) integer (int32) | The published item that was purchased to make this item. This allows for comparisons between published and purchased |
purchased_meta | (read only) LibraryItemPurchasedMeta | Meta information for a purchased item. |
purchased_version | (read only) integer (int32) | The published version when this item was purchased. This allows for out-of-date alerts to be shown when there is a difference between published and purchased |
rejected | (read only) boolean | Any published library reviewed by UltraCart staff for malicious or inappropriate content will have this flag set to true. This is always false for non-published items |
rejected_reason | (read only) string | Any rejected published item will have this field populated with the reason. |
release_notes | (read only) string | Release notes specific to each published version and only appearing on public items. |
release_version | (read only) integer (int32) | This counter records how many times a library item has been published. This is used to show version history. |
reviewed | (read only) boolean | Any published library items must be reviewed by UltraCart staff for malicious content. This flag shows the status of that review. This is always false for non-published items |
reviewed_dts | (read only) | This is the timestamp for a published items formal review by UltraCart staff for malicious content. |
screenshots | array of LibraryItemScreenshot | |
share_with_accounts | array of LibraryItemAccount | |
share_with_other_emails | array of LibraryItemEmail | |
shared | (read only) boolean | True if this item is shared from another merchant account |
source | (read only) boolean | True if this library item has been published |
source_to_library_item_oid | (read only) integer (int32) | This oid points to the published library item, if there is one. |
source_version | (read only) integer (int32) | The version of this item. Increment every time the item is saved. |
style | string | |
times_purchased | integer (int32) | |
title | string | |
type | string | |
under_review | (read only) boolean | True if this library item was published but is awaiting review from UltraCart staff. |
Name | Data Type | Description |
---|---|---|
library_item_account_oid | integer (int32) | |
library_item_oid | integer (int32) | |
other_merchant_id | string |
Name | Data Type | Description |
---|---|---|
mime_type | string | |
url | string |
Name | Data Type | Description |
---|---|---|
name | string | |
value | string |
Name | Data Type | Description |
---|---|---|
string | ||
library_item_email_oid | integer (int32) | |
library_item_oid | integer (int32) |
Name | Data Type | Description |
---|---|---|
count_of_versions | (read only) integer (int32) | The number of published versions a source item has, or zero if this item is not a source or is private |
library_item_published_oid | (read only) integer (int32) | The oid pointing to the most recent published version, or zero if this is not a published source item. |
library_item_review_oid | (read only) integer (int32) | The oid pointing to the review data if this is a source library item and currently under review |
rejected | (read only) boolean | True if this is a source item and is under review and was rejected. |
rejected_reason | (read only) string | The reason for rejection if this item is a source item, is under review, and was rejected. For all other cases, this value will be null or missing. |
release_version | (read only) integer (int32) | If this library item is a source item and it is published, this is the most recent release version number |
review_version | (read only) integer (int32) | If this library item is a source item and has a published item currently under review, this is that version number |
under_review | (read only) boolean | True if this library item is a source item and is currently under review |
Name | Data Type | Description |
---|---|---|
most_recent_version | (read only) integer (int32) | The most recent version of the item purchased |
my_purchased_version | (read only) integer (int32) | If this is a public item and the merchant has already purchased it, this is their version. If not yet purchased, this will be zero. This value will only be populated during a searchPublicItems() call. |
upgrade_available | (read only) boolean | True if the most recent version of this purchase it greater than what was purchased |
Name | Data Type | Description |
---|---|---|
category | string | Category |
content_type | string | Library item content type such as flow, campaign, cjson, email, or transactional_email |
description | string | Description of library item |
industry | string | Industry |
price_high | number | Maximum price |
price_low | number | Minimum price |
published_dts_begin | string | Minimum published date/time |
published_dts_end | string | Maximum published date/time |
source_of_published | boolean | Boolean, true if this library item has been published and is the master copy of that published work |
style | string | Library item style |
title | string | Title of the library item |
type | string | Library item type such as header, footer, shipping block, etc |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
library_item | LibraryItem | Library item |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
default_url | boolean | |
screenshot_url | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
items | array of LibraryItem | Library items |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
category | string | |
matches | string | |
max_hits | integer (int32) | |
storefront_host_name | string | |
storefront_oid | integer (int32) | |
subcategory | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
values | array of KeyValue | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
api_key | string |
Name | Data Type | Description |
---|---|---|
allow_3rd_party_billing | boolean | Allow 3rd party billing |
allow_cod | boolean | Allow COD |
allow_purchase_order | boolean | Allow purchase order |
allow_quote_request | boolean | Allow quote request |
approval_notification | PricingTierNotification | Approval notification |
auto_approve_cod | boolean | Auto approve COD |
auto_approve_purchase_order | boolean | Auto approve purchase order |
currency_code | string | Any currency code specified on this pricing tier will force a shopping cart into that currency |
default_on_wholesale_signup | boolean | Default on wholesale signup |
default_percentage_discount | number | Default percentage discount |
default_shipping_method_oid | integer (int32) | Default shipping method oid |
default_tier | boolean | Default tier |
display_on_wholesale_signup | boolean | Display on wholesale signup |
exclude_from_free_promotion | boolean | Exclude from free promotion |
exempt_loyalty_rewards | boolean | Exempt from Loyalty Rewards |
exempt_shipping_handling_charge | boolean | Exempt shipping handling charge |
free_shipping | boolean | Free shipping |
free_shipping_minimum | number | Free shipping minimum |
maximum_item_count | integer (int32) | Maximum item count |
minimum_item_count | integer (int32) | Minimum item count |
minimum_subtotal | number | Minimum subtotal |
name | string(50) | Name |
no_coupons | boolean | No coupons |
no_free_shipping | boolean | No free shipping |
no_realtime_charge | boolean | No realtime charge |
not_valid_when_coupon_present | boolean | Not valid when coupon present |
pricing_tier_oid | integer (int32) | Pricing Tier Oid |
realtime_percentage_discount | number | Realtime percentage discount |
restrict_to_distribution_center_oid | integer (int32) | Restrict inventory to this distribution center oid |
signup_notification | PricingTierNotification | Signup notification |
suppress_buysafe | boolean | Suppress buySAFE (deprecated) |
suppress_mailing_list | boolean | Suppress mailing list |
tax_exempt | boolean | Tax Exempt |
track_separately | boolean | Track separately |
Name | Data Type | Description |
---|---|---|
format | string(16) | Notification format |
subject | string(100) | Notification subject |
text | string | Notification text |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
pricingTiers | array of PricingTier | pricing_tiers |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
release_notes | string | Release notes for this release version. |
Name | Data Type | Description |
---|---|---|
payload_name | string | Payload name |
result_set | ResultSet | Result set |
Name | Data Type | Description |
---|---|---|
count | integer (int32) | Number of results in this set |
limit | integer (int32) | Maximum number of results that can be returned in a set |
more | boolean | True if there are more results to query |
next_offset | integer (int32) | The next offset that you should query to retrieve more results |
offset | integer (int32) | Offset of this result set (zero based) |
total_records | integer (int32) | The total number of records in the result set. May be null if the number is not known and the client should continue iterating as long as more is true. |
Name | Data Type | Description |
---|---|---|
ruler | string |
Name | Data Type | Description |
---|---|---|
error_message | string | |
valid | boolean |
Name | Data Type | Description |
---|---|---|
ad_platform | ScreenRecordingAdPlatform | Ad Platform Identifiers |
analytics_client_oid | integer (int64) | |
analytics_session_dts | integer (int64) | |
analytics_session_oid | integer (int64) | |
communications_campaign_name | string | Campaign Name |
communications_campaign_uuid | string | Campaign UUID |
communications_email_subject | string | Email subject |
communications_email_uuid | string | Email UUID |
communications_flow_name | string | Flow Name |
communications_flow_uuid | string | Flow UUID |
string | ||
email_domain | string | |
end_timestamp | string (dateTime) | Ending timestamp |
esp_customer_uuid | string | |
events_gz_size | integer (int32) | |
events_json_key | string | |
favorite | (read only) boolean | True if the user calling the API has favorited this particular screen recording. |
favorites | array of integer (int32) | Array of user ids that favorited this particular screen recording. |
geolocation | GeoPoint | |
geolocation_country | string | |
geolocation_state | string | |
language_iso_code | string | Language ISO code |
merchant_id | string | |
merchant_notes | string | |
missing_external_tracking | boolean | True if external page view was not tracked |
order_id | string | |
page_view_count | integer (int32) | |
page_views | array of ScreenRecordingPageView | |
preferred_language | string | ISO 3 Letter language code that the customer would prefer |
referrer_domain | string | |
rrweb_version | string | |
screen_recording_uuid | string | |
signed_download_url | string | |
start_timestamp | string (dateTime) | Starting timestamp |
storefront_oids | array of integer (int32) | |
storefronts | array of ScreenRecordingStoreFront | |
tags | array of string | |
time_on_site | integer (int32) | |
ucacid | string | |
user_agent | ScreenRecordingUserAgent | |
user_agent_raw | string | |
user_ip | string | |
user_properties | array of ScreenRecordingUserProperty | |
utm_campaign | string | UTM Campaign |
utm_source | string | UTM Source |
visitor_first_seen | string (dateTime) | Timestamp this visitor was first seen |
visitor_number | integer (int32) | |
watched | boolean | |
window_height | integer (int32) | |
window_width | integer (int32) |
Name | Data Type | Description |
---|---|---|
fbc | string | Facebook Click Id (Cookie) |
fbclid | string | Facebook Click Id Parameter (Parameter) |
fbp | string | Facebook Browser Id (Cookie) |
gacid | string | Google Analytics CID (Cookie) |
glcid | string | Google Adwords Click Id (Parameter) |
msclkid | string | Bing Click Id (Parameter |
ttclid | string | TikTok Click Id (Parameter |
Name | Data Type | Description |
---|---|---|
affiliate_email | string | |
affiliate_id | integer (int32) | |
communications_campaign_name | string | |
communications_campaign_name_filter | boolean | |
communications_email_subject | string | |
communications_email_subject_filter | boolean | |
communications_flow_name | string | |
communications_flow_name_filter | boolean | |
ScreenRecordingFilterStringSearch | ||
email_domain | string | |
email_domain_filter | boolean | |
email_identified | boolean | |
end_timestamp | ScreenRecordingFilterRangeDate | |
esp_customer_uuid | string | |
favorite | boolean | |
geolocation | ScreenRecordingFilterGeoDistance | |
geolocation_country | ScreenRecordingFilterStringSearch | |
geolocation_country_filter | boolean | |
geolocation_state | ScreenRecordingFilterStringSearch | |
geolocation_state_filter | boolean | |
language_iso_code | ScreenRecordingFilterStringSearch | |
language_iso_code_filter | boolean | |
last_x_days | integer (int32) | |
max_filter_values | integer (int32) | |
order_id | ScreenRecordingFilterStringSearch | |
page_view_count | ScreenRecordingFilterRangeInteger | |
page_views | array of ScreenRecordingFilterPageView | |
placed_order | boolean | |
preferred_language | ScreenRecordingFilterStringSearch | |
preferred_language_filter | boolean | |
referrer_domain | string | |
referrer_domain_filter | boolean | |
screen_recording_uuids | array of string | |
screen_sizes | array of string | |
skip_filter_values | boolean | |
skip_histogram | boolean | |
skip_hits | boolean | |
start_timestamp | ScreenRecordingFilterRangeDate | |
tags | array of string | |
time_on_site | ScreenRecordingFilterRangeInteger | |
time_on_site_max_filter | boolean | |
time_on_site_min_filter | boolean | |
url_filter | boolean | |
user_agent_device_name | string | |
user_agent_device_name_filter | boolean | |
user_agent_device_os_name_filter | boolean | |
user_agent_device_os_version_filter | boolean | |
user_agent_name | string | |
user_agent_name_filter | boolean | |
user_agent_original | ScreenRecordingFilterStringSearch | |
user_agent_original_filter | boolean | |
user_agent_os_name | string | |
user_agent_os_version | string | |
user_ip | ScreenRecordingFilterIpSearch | |
utm_campaign | string | |
utm_campaign_filter | boolean | |
utm_source | string | |
utm_source_filter | boolean | |
visitor_number | integer (int32) | |
watched | boolean |
Name | Data Type | Description |
---|---|---|
distance | integer (int32) | |
distance_uom | string | |
from_address | string | |
lat | number | |
lon | number |
Name | Data Type | Description |
---|---|---|
does_not_exist | boolean | |
exists | boolean | |
is | string | |
is_not | string |
Name | Data Type | Description |
---|---|---|
domain | ScreenRecordingFilterStringSearch | |
domain_filter | boolean | |
event_name_filter | boolean | |
event_param_name_filter | boolean | |
event_param_value_filter | boolean | |
events | array of ScreenRecordingFilterPageViewEvent | |
param_name_filter | boolean | |
param_value_filter | boolean | |
params | array of ScreenRecordingFilterPageViewParam | |
referrer | ScreenRecordingFilterStringSearch | |
referrer_params | array of ScreenRecordingFilterPageViewReferrerParam | |
referrer_raw | ScreenRecordingFilterStringSearch | |
time_on_page | ScreenRecordingFilterRangeInteger | |
time_on_page_max_filter | boolean | |
time_on_page_min_filter | boolean | |
url | ScreenRecordingFilterStringSearch | |
url_filter | boolean |
Name | Data Type | Description |
---|---|---|
event_name | string | |
event_params | array of ScreenRecordingFilterPageViewEventParam |
Name | Data Type | Description |
---|---|---|
name | string | |
value_bd | ScreenRecordingFilterRangeBigDecimal | |
value_bool | boolean | |
value_num | ScreenRecordingFilterRangeInteger | |
value_text | ScreenRecordingFilterStringSearch |
Name | Data Type | Description |
---|---|---|
name | string | |
value | ScreenRecordingFilterStringSearch |
Name | Data Type | Description |
---|---|---|
name | string | |
value | ScreenRecordingFilterStringSearch |
Name | Data Type | Description |
---|---|---|
eq | number | |
gt | number | |
gte | number | |
lt | number | |
lte | number |
Name | Data Type | Description |
---|---|---|
end | string (dateTime) | End of the range |
start | string (dateTime) | Start of the range |
Name | Data Type | Description |
---|---|---|
eq | integer (int32) | |
gt | integer (int32) | |
gte | integer (int32) | |
lt | integer (int32) | |
lte | integer (int32) |
Name | Data Type | Description |
---|---|---|
does_not_exist | boolean | |
exists | boolean | |
is | string | |
is_not | string | |
starts_with | string |
Name | Data Type | Description |
---|---|---|
communications_campaign_names | array of string | |
communications_email_subjects | array of string | |
communications_flow_names | array of string | |
email_domains | array of string | |
geolocation_countries | array of string | |
geolocation_states | array of string | |
language_iso_codes | array of string | |
max_values | integer (int32) | |
page_views | array of ScreenRecordingFilterValuesPageView | |
preferred_languages | array of string | |
referrer_domains | array of string | |
time_on_site_max | integer (int32) | |
time_on_site_min | integer (int32) | |
urls | array of string | |
user_agent_device_names | array of string | |
user_agent_device_os_names | array of string | |
user_agent_device_os_versions | array of string | |
user_agent_names | array of string | |
user_agent_originals | array of string | |
utm_campaigns | array of string | |
utm_sources | array of string |
Name | Data Type | Description |
---|---|---|
name | string | |
params | array of ScreenRecordingFilterValuesEventParams |
Name | Data Type | Description |
---|---|---|
name | string | |
values_bd | array of number | |
values_bool | array of boolean | |
values_num | array of integer | |
values_text | array of string |
Name | Data Type | Description |
---|---|---|
name | string | |
values | array of string |
Name | Data Type | Description |
---|---|---|
domains | array of string | |
events | array of ScreenRecordingFilterValuesEvent | |
page_params | array of ScreenRecordingFilterValuesPageParam | |
time_on_page_max | integer (int32) | |
time_on_page_min | integer (int32) | |
urls | array of string |
Name | Data Type | Description |
---|---|---|
large_click_thumbnail_url | string | |
large_click_url | string | |
large_movement_thumbnail_url | string | |
large_movement_url | string | |
large_regular_thumbnail_url | string | |
large_regular_url | string | |
large_scroll_thumbnail_url | string | |
large_scroll_url | string | |
medium_click_thumbnail_url | string | |
medium_click_url | string | |
medium_movement_thumbnail_url | string | |
medium_movement_url | string | |
medium_regular_thumbnail_url | string | |
medium_regular_url | string | |
medium_scroll_thumbnail_url | string | |
medium_scroll_url | string | |
small_click_thumbnail_url | string | |
small_click_url | string | |
small_movement_thumbnail_url | string | |
small_movement_url | string | |
small_regular_thumbnail_url | string | |
small_regular_url | string | |
small_scroll_thumbnail_url | string | |
small_scroll_url | string |
Name | Data Type | Description |
---|---|---|
url_contains | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
heatmap_urls | array of ScreenRecordingHeatmapUrl | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
range | ScreenRecordingFilterRangeDate | |
screen_sizes | array of string | |
url | string |
Name | Data Type | Description |
---|---|---|
url | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
heatmap | ScreenRecordingHeatmap | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
histogram_data | array of integer (int32) | |
histogram_interval | string | |
histogram_start_dts | string | |
page_rank | integer (int32) | |
session_count | integer (int32) | |
url | string |
Name | Data Type | Description |
---|---|---|
merchant_notes | string |
Name | Data Type | Description |
---|---|---|
bd | number | |
bool | boolean | |
json | string | |
num | integer (int64) | |
text | string |
Name | Data Type | Description |
---|---|---|
domain | string | |
events | array of ScreenRecordingPageViewEvent | |
first_event_timestamp | string (dateTime) | First event timestamp |
http_post | boolean | |
last_event_timestamp | string (dateTime) | Last event timestamp |
missing_events | boolean | |
params | array of ScreenRecordingPageViewParameter | |
range_end | integer (int32) | |
range_start | integer (int32) | |
referrer | string | |
referrer_params | array of ScreenRecordingPageViewParameter | |
referrer_raw | string | |
screen_recording_page_view_uuid | string | |
time_on_page | integer (int32) | |
timing_dom_content_loaded | integer (int32) | Amount of time for DOMContentLoaded event to fire (milliseconds) |
timing_loaded | integer (int32) | Amount of time for loaded event to fire (milliseconds) |
truncated_events | boolean | |
ucapv | string | |
url | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
events_json | string | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
name | string | |
params | array of ScreenRecordingPageViewEventParameter | |
prior_page_view | boolean | |
sub_text | string | |
timestamp | string (dateTime) | Timestamp of the event |
ts | integer (int64) |
Name | Data Type | Description |
---|---|---|
name | string | |
value | ScreenRecordingMultifield |
Name | Data Type | Description |
---|---|---|
name | string | |
value | string |
Name | Data Type | Description |
---|---|---|
checkout_only | boolean | |
error | Error | Error object if unsuccessful |
filter | ScreenRecordingFilter | |
filter_values | ScreenRecordingFilterValues | |
histogram_data | array of integer (int32) | |
histogram_interval | string | |
histogram_start_dts | string | |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
screen_recordings | array of ScreenRecording | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
checkout_only | boolean | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
screen_recording | ScreenRecording | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
create_dts | string | |
description | string | |
filter | ScreenRecordingFilter | |
histogram_data | array of integer (int32) | |
histogram_interval | string | |
histogram_start_dts | string | |
name | string | |
screen_recording_segment_oid | integer (int32) | |
session_count | integer (int32) | |
session_count_last_update_dts | string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
segment | ScreenRecordingSegment | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
segments | array of ScreenRecordingSegment | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
cost_per_thousand | (read only) number | Cost per one thousand sessions |
enabled | boolean | |
retention_interval | (read only) string | How long screen recording data is retained |
sessions_current_billing_period | integer (int32) | |
sessions_last_billing_period | integer (int32) | |
sessions_trial_billing_period | integer (int32) | |
trial_expiration | string | |
trial_expired | boolean |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
settings | ScreenRecordingSettings | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
storefront_host_name | string | |
storefront_oid | integer (int32) |
Name | Data Type | Description |
---|---|---|
tags | array of string |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
tags | array of string | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
device | ScreenRecordingUserAgentDevice | |
name | string | |
original | string | |
os | ScreenRecordingUserAgentOS | |
version | string |
Name | Data Type | Description |
---|---|---|
name | string |
Name | Data Type | Description |
---|---|---|
full | string | |
name | string | |
version | string |
Name | Data Type | Description |
---|---|---|
name | string | |
value | ScreenRecordingMultifield |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
screenshots | array of string | List of screenshot urls related to the object (depends on which method was called). |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
commseq_step_uuid | string | |
number_waiting | integer (int32) |
Name | Data Type | Description |
---|---|---|
host_alias1 | string | |
host_alias2 | string | |
host_alias3 | string | |
host_alias4 | string | |
host_alias5 | string | |
host_name | string | |
locked | boolean | |
merchant_id | string | |
redirect_aliases | boolean | |
storefront_oid | integer (int32) | |
unlock_password | string |
Name | Data Type | Description |
---|---|---|
name | string(100000) | Attribute name |
translated_text_instance_oid | (read only) integer (int32) | Attribute translated text instance identifier |
type | string | Attribute type |
value | string(100000) | Attribute value |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
storeFronts | array of StoreFront | |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
height | integer (int32) | |
pngFormat | boolean | |
squareThumbnail | boolean | |
webp | boolean | |
width | integer (int32) |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
thumbnail_url_suffix | string | Suffix to append to the larger image URL to obtain the thumbnail |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
content | string | Actual template contents |
esp_domain_uuid | string | The uuid of the sending domain |
esp_friendly_name | string | Friendly from that will appear in customer email clients. |
esp_user | string | The username of the sending email. This is not the full email. Only the username which is everything before the @ sign. |
file_exists | (read only) boolean | An internal identifier used to aid in retrieving templates from the filesystem. |
file_name | string | File name |
group | (read only) string | Group |
handlebar_variables | (read only) array of string | Handlebar Variables available for email template |
invalid | (read only) boolean | Invalid will be true if the template cannot compile |
last_modified | (read only) string (dateTime) | Last modified timestamp |
library_item_oid | integer (int32) | If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated. |
options | array of TransactionEmailOption | Options that help govern how and when this template is used |
path | string | directory path where template is stored in file system |
size | (read only) string | Size of file in friendly description |
store_front_fs_directory_oid | (read only) integer (int32) | Internal identifier used to store and retrieve template from filesystem |
store_front_fs_file_oid | (read only) integer (int32) | Internal identifier used to store and retrieve template from filesystem |
subject | string | Subject |
syntax_errors | (read only) string | Any syntax errors contained within the tempalate |
template_path_relative_path | (read only) string | Internal value used to locate the template in the filesystem |
theme_relative_path | (read only) string | Theme relative path in the filesystem. |
Name | Data Type | Description |
---|---|---|
email_names | array of string | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
description | string | |
merchantEmailDeliveryOptionOid | integer (int32) | |
merchantId | string | |
name | string | |
selected | boolean | |
storeFrontOid | integer (int32) | |
templateDisplay | string | |
templateType | string |
Name | Data Type | Description |
---|---|---|
TransactionEmail | ||
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
account_sid | string | |
api_key_id | string | |
api_key_name | string | |
auth_token | string | |
esp_twilio_uuid | string | |
inbound_twiml_app_sid | string | |
outbound_twiml_app_sid | string | |
phone_numbers | array of string | |
twilio_workspace_sid | string |
Name | Data Type | Description |
---|---|---|
diagnostics | string | |
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
twilio | Twilio | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
error | Error | Error object if unsuccessful |
metadata | ResponseMetadata | Meta-data about the response such as payload or paging information |
success | boolean | Indicates if API call was successful |
twilios | array of Twilio | |
warning | Warning | Warning object if a non-fatal issue or side-effect occurs |
Name | Data Type | Description |
---|---|---|
name | string | |
type | string | |
value | string |
Name | Data Type | Description |
---|---|---|
more_info | string | Additional information often a link to additional documentation |
warning_message | string | A technical message meant to be read by a developer |
Name | Data Type | Description |
---|---|---|
UC-REST-ERROR | string | Contains human readable error message |
Name | Data Type |
---|---|
body | ErrorResponse |
Name | Data Type | Description |
---|---|---|
UC-REST-ERROR | string | Contains human readable error message |
Name | Data Type |
---|---|
body | ErrorResponse |
Name | Data Type | Description |
---|---|---|
UC-REST-ERROR | string | Contains human readable error message |
Name | Data Type |
---|---|
body | ErrorResponse |
Name | Data Type | Description |
---|---|---|
UC-REST-ERROR | string | Contains human readable error message |
Name | Data Type |
---|---|
body | ErrorResponse |
Name | Data Type | Description |
---|---|---|
UC-REST-ERROR | string | Contains human readable error message |
Name | Data Type |
---|---|
body | ErrorResponse |