-
Add modified option to NextRecordSet
Currently Clients/LIST, Orders/LIST, and Products/LIST only allow you to retrieve based on when the client, order, or product was created. We need a way to retrieve a list of modified items. (The alternative is to periodically download everything, which is a lengthy operation and puts a load on your server and ours.)
For example:
<NextRecordSet>
<LimitStartModifiedDate>01/01/2007</LimitStartModifiedDate>
<LimitEndModifiedDate>12/31/2007 23:59:59</LimitEndModifiedDate>
</NextRecordSet>1 vote -
API need product updates
Need a way to know that a product has been updated. For example, the product could show up in GetProductsList where LimitStartDate uses the modification date instead of the creation date or add a new ModifiedStartDate parameter.
3 votes -
API need order updates
Need a way to know that an order has been updated (for example, a refund has been issued). This could either be a notification or the order could show up in GetOrderList where LimitStartDate uses the modification date instead of the creation date.
3 votes -
3 votes
-
The ability to send an item into the cart via a post/get call.
I'd like the ability to add an item into the customer's cart without having to deal with the redirect call sent by a normal link. Yes, tacking on qa=1 does indeed redirect back to the starting page, but I want to be able to add directly to the cart without that intermediate step, so position on page does not change.
1 vote -
Expose AdTracker data via the API for Reporting system integration
Hi,
any chance the AdTracker data can be exposed via the API so our reporting system can integrate better with your system?Thanks
3 votes -
1shoppingcart updated their API that allows processing on-site for 2CheckOut
1shoppingcart updated their API that allows processing on-site for 2CheckOut
3 votes -
Give each product the option of being sent via API
Only our physical products go to our shipper via API. The digital products are fulfilled directly using the 1ShoppingCart system, but our shipper still receives notifications of those orders, which can get confusing/overwhelming. Should be an option in the product settings page that would allow opt-in or opt-out of API for each product.
1 vote -
API {ProductInfo} flag for whether Sale Price is active based on Date Effective Range
When I check "Use Sale Price" on a product, any website grabbing ProductInfo details via the API on that product has no way of knowing if that sale is still active or not, based on the Date Effective Range I set.
The only bits of info we can glean from the API results regarding a Sale Prices are:
(when it is NOT checked)
<UseSalePrice>false</UseSalePrice>
<SalePrice/>(when it IS checked)
<UseSalePrice>true</UseSalePrice>
<SalePrice>10.00</SalePrice>(when it IS checked but the "End Date" has passed):
<UseSalePrice>true</UseSalePrice>
<SalePrice>10.00</SalePrice>As you can see, no difference on the last two.
I propose changing the value of <UseSalePrice/>…
3 votes -
API ability to READ multiple products in - not just one at a time!
Using your API, I can get both a list of all product IDs, and separately, all the attributes of a single product given the product ID.
In order to integrate with our CMS and have the CMS auto-create nodes based on the products we have for sale, we need an XML result that has every product's details.
Is it possible to get a result like this?
For instance, a call like:
https://www.mcssl.com/API/70223/Products/ALL?key=MYSECRETKEY_CODE
With the product ID being a "show all" kind of command, so that the XML tree has a node for every product, and with each node,…
6 votes -
leadpages
Please allow easier integration with Leadpages. Perhaps make a html only webform so we can use in leadpages. Currently it does not integrate well.
4 votes -
How we can capture response of IPN notification with client id through API listener
I would like to get user information with id through IPN notification. To get response form IPN notification, I have placed OneShopNotificationListener.php on root of my web service with API file of OneShopAPI.php
1 vote -
Just want traffic and customers and buy, buy, buy
I would like to itemize my products and quit deleting a photo or doubling up. Is there an easier way to add product
1 vote -
Update API documentation to show notifications actually DO support recurring orders.
Your API clearly states that it ONLY supports NEW orders and not recurring... However talking with support, this is not true.
Supposedly you system DOES send notifications on all future orders as well (like recurring) but the API documentation does not show this.
1 vote -
ESP looking to integrate with 1sc
Hello,
We are an enterprise esp with a few customers who wish to integrate with 1sc via a plug-in can someone connect with us asap in order to do so?
Please contact Ross Andrew at ross@maropost.com for next steps.
Thank you
3 votes -
Please give LeadPages access to your Incoming API.
LeadPages and LeadBoxes are awesome and tons of people are using them now. Every other email service provider seems to be giving them access to their outgoing API accept for 1shoppingcart. Here are some of the alternatives that play nicely with Lead Pages:
MailChimp
Infusionsoft
OfficeAutopilot
SendReach
iContact
GetResponse
GetResponse 360
1ShoppingCart
ConstantContact
MadMimi
Interspire6 votes -
Send also Merchant id with Token at New Order Notification
Because when you send a notification of new order,we have lots of user with merchant id (e.t.c.) on our site, How we know what is the merchant id for this order so I can get detail from your side with this merchant id and api key.
I am facing this problem into my project,
3 votes -
Include Customer Order information in the Order Read
It would be helpful to have the Customer email address and phone number included in the <OrderShippingProfileInfo> tag. Having to send an additional Client Read request is totally inefficient.
1 vote -
Allow Postback Urls
When an order occurs I'd love to 'post' a notification into my third party tracking system. Ideally there would be a global 'postback' url as well as product specific postback urls. When setting up a postback url I should be able to specify if I want the order parameters posted to that url or not.
10 votes -
API Listener fires when recurring billing fails
We have a membership site with over 10k users. Right now suspending accounts is a nightmare because we have to manually suspend accounts whose recurring billing failed for the month. Can you add or give us the option to send failed orders through the API so that we can have automated billing?
7 votes
- Don't see your idea?