Store (XC\MailChimp)
Store repo
GET
Retrieve mailchimp stores by conditions
_cnd[limit]
array
Sets the offset (first item) and the limit (second item)
_cnd[orderBy]
array
Sets sorting order field
default Success <XLite\Module\XC\MailChimp\Model\Store>[] array
Sample response
[{"id":"example","name":"example","list":"<XLite\\Module\\XC\\MailChimp\\Model\\MailChimpList>","main":true}]
_cnd[limit]
array
Sets the offset (first item) and the limit (second item)
_cnd[orderBy]
array
Sets sorting order field
default Success <XLite\Module\XC\MailChimp\Model\Store>[] array
Sample response
[{"id":"example","name":"example","list":"<XLite\\Module\\XC\\MailChimp\\Model\\MailChimpList>","main":true}]
GET
Retrieve mailchimp stores by id
id
integer Required
Id value of the Store object
default Success <XLite\Module\XC\MailChimp\Model\Store>
Sample response
{"id":"example","name":"example","list":"<XLite\\Module\\XC\\MailChimp\\Model\\MailChimpList>","main":true}
id
string
Store ID
name
string
list
main
boolean
id
integer Required
Id value of the Store object
default Success <XLite\Module\XC\MailChimp\Model\Store>
Sample response
{"id":"example","name":"example","list":"<XLite\\Module\\XC\\MailChimp\\Model\\MailChimpList>","main":true}
id
string
Store ID
name
string
list
main
boolean