GET api/shopping/cartConfigurationByName?programmingKey={programmingKey}
Gets a single cart configuration, by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
programmingKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ICartConfigurationName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
|
Active | boolean |
None. |
|
InventoryCollectionTypeID | integer |
None. |
|
ProgrammingKey | string |
None. |
|
CartOverrideUrl | string |
None. |
|
ExtranetOverrideUrl | string |
None. |
|
UseCheckout2 | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<CartConfiguration> <ID>0</ID> <Description /> <Active>False</Active> <InventoryCollectionTypeID>0</InventoryCollectionTypeID> <ProgrammingKey /> <CartOverrideUrl /> <ExtranetOverrideUrl /> <AppOverrideUrl /> <UseCheckout2>False</UseCheckout2> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </CartConfiguration>
application/json, text/json
Sample:
{ "ID": 0, "Active": false, "InventoryCollectionTypeID": 0, "UseCheckout2": false, "DateCreated": "0001-01-01T00:00:00" }