|
Home > Archive > Commerce Server General > August 2006 > CS2007, Baskets, and Web Services
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CS2007, Baskets, and Web Services
|
|
| Matt Brooks 2006-08-30, 7:25 am |
| Does anyone know if there's a way to add an item (or an OrderForm) to a
basket using Commerce Server 2007's web services?
Thanks.
--Matt
| |
| CodeDigger 2006-08-30, 8:36 am |
| Take a look at MSDN first | |
| Nihit Kaul [MSFT] 2006-08-31, 1:28 am |
| No - This scenario is not possible using the web services. The only scenario targetted from the web service side is the ability to place an order with a Basket in XML format (using the AcceptBasket API on the
BasketManager class). You can always use that API with a saveAsOrder flag = False in order to just run the pipeline on a Basket and get the result back, but there is no way to persist this as a Basket itself. You can
only save this Basket as an Order.
Thanks,
Nihit Kaul[MSFT]
Commerce Server
http://blogs.msdn.com/nihitk
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
--------------------
Thread-Topic: CS2007, Baskets, and Web Services
thread-index: AcbLroOga/KUTiODQXO8q7xUS2ZDSw==
X-WBNR-Posting-Host: 8.7.102.143
From: =?Utf-8?B?TWF0dCBCcm9va3M=?= <Matt Brooks@discussions.microsoft.com>
Subject: CS2007, Baskets, and Web Services
Date: Tue, 29 Aug 2006 14:03:01 -0700
Lines: 6
Message-ID: <B80F73D7-0D7A-4FC9-BBC0-37979E34EEED@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.commerceserver.general
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:18275
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.general
Does anyone know if there's a way to add an item (or an OrderForm) to a
basket using Commerce Server 2007's web services?
Thanks.
--Matt
|
|
|
|
|