|
Home > Archive > Content Selection Framework > August 2006 > Product Variants
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]
|
|
| Srikanth V 2006-08-29, 7:22 am |
| Hi,
Iam new to commerce server.Now iam working using commerce server 2002.
I want to create product variants programmatically(API) using c# code.
Can any one help me please.It,s Urgent.Please give the complete code to
create variants.
Thanks in advance.
| |
| Sudha Raghavan [MSFT] 2006-08-30, 1:19 am |
| Hi Srikanth,
You would need to use the "CreateVariant" method to create variants.
However, before doing this you would need to create a ProductDefinition
with atleast one "Varaint Property". Then create a product using this
ProductDefinition. You can finally create a variant on such a product using
the CreateVariant method.
Please read documentation on "CreateVariant" method for more details
including sample code.
Thanks
Sudha
--------------------
From: "Srikanth V"<srikanth7v@yahoo.co.in>
Subject: Product Variants
Date: Tue, 29 Aug 2006 04:48:52 -0500
Message-ID: < c3fd99bbd257436fa2d358cb702cb1a6@ureader
.com>
X-Mailer: qqMail .NET version 2.0 by Guoqi Zheng
Newsgroups: microsoft.public.commerceserver.campaigns_csf
NNTP-Posting-Host: 2.77.5446.static.theplanet.com 70.84.119.2
Lines: 1
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl!ureader.com
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.campaigns_csf:3544
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
Hi,
Iam new to commerce server.Now iam working using commerce server 2002.
I want to create product variants programmatically(API) using c# code.
Can any one help me please.It,s Urgent.Please give the complete code to
create variants.
Thanks in advance.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs
Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/co...r/commerce.mspx
Web logs and community:
http://www.microsoft.com/commercese...ty/default.mspx
Other resources:
http://www.microsoft.com/technet/pr...02/default.mspx
|
|
|
|
|