The carting system in Connect API allows consumers to get user carts, update item and payment information for those carts, and ultimately checkout and process the cart to complete the order.
Carting was designed around a typical ecommerce shopping cart system where a user can build a cart with multiple items, add methods to pay for those items, and eventually checkout where they would actually purchase their items and process payments.
The carting system stores shopping carts per user and subscriber, so a user can have multiple open shopping carts but only one per subscriber or client.
{ "Id": "1234abc5-6d78-901e-2f34-5678e9012f3g", "Created": "2014-12-29T14:54:32.2903473-08:00", "Modified": "2014-12-29T14:54:32.2903473-08:00", "CartExpiration": "2014-12-30T14:54:32.2903473-08:00", "LockedOn": "0001-01-01T00:00:00", "State": "Created", "Items": [], "Payments": [], "Owner": { "User": { "Id": 12345, "UserType": "Connect", "FirstName": "Demo", "LastName": "Fry" }, "SessionId": null }, "EndUser": { "User": { "Id": 4320001, "UserType": "Consumer", "FirstName": "Demo", "LastName": "Fry" }, "SessionId": null }, "Location": { "Id": 0, "LocationId": 98, "SubscriberId": -1999927490 }, "Totals": { "Total": 0, "Net": 0, "Discount": 0, "Tax": 0 }, "OrderId": null, "Taxes": [] }
{ "Id": "1234abc5-6d78-901e-2f34-5678e9012f3g", "Created": "2014-12-29T14:54:32.29-08:00", "Modified": "2014-12-29T14:54:32.29-08:00", "CartExpiration": "2014-12-30T14:54:32.29-08:00", "LockedOn": "0001-01-01T00:00:00", "State": "Active", "Items": [ { "Id": "12345678-a9b0-12c3-de4f-56gh7890i1k2", "Item": { "Id": "140", "Name": "Prepaid $50 no edit", "Description": null, "Image": null, "Type": "GiftCard", "Links": [], "Templates": [ { "Id": null, "Name": "Pricing", "TemplateType": "Pricing", "Metadata": [ { "Key": "Retail", "Value": "95.0250", "Type": "Decimal", "Label": "Retail", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Online", "Value": "50.0000", "Type": "Decimal", "Label": "Online", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCard", "TemplateType": "GiftCard", "Metadata": [ { "Key": "Credit", "Value": "50.0000", "Type": "Decimal", "Label": "Credit Amount", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExternalId", "Value": null, "Type": "String", "Label": "Assignable External Id", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CreditEditable", "Value": "False", "Type": "Bool", "Label": "Credit Editable", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCardLayout", "TemplateType": "GiftCardLayout", "Metadata": [ { "Key": "GiftCardMessage", "Value": "I'm Batman", "Type": "String", "Label": "Custom Message", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "300" } ] }, { "Key": "RecipientName", "Value": "Robin", "Type": "String", "Label": "Recipient Nickname", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "RecipientFullName", "Value": "Sidekick Robin", "Type": "String", "Label": "Receipient's Full Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "40" } ] }, { "Key": "RecipientEmail", "Value": "[email protected]", "Type": "String", "Label": "Recipient's Email", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "100" } ] }, { "Key": "SenderName", "Value": "Bruce Wayne", "Type": "String", "Label": "Sender's Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "DeliveryDate", "Value": "2014-12-17T00:00:00-08:00", "Type": "DateTime", "Label": "Gift Card Delivery Date", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] }, { "Key": "Title", "Value": "PostmanGiftCard", "Type": "String", "Label": "Gift Card Title", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "Terms", "Value": null, "Type": "String", "Label": "Gift Card Terms", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "GiftCardLayoutId", "Value": "1", "Type": "option:GiftCardLayoutId", "Label": "GiftCardLayoutId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] } ] } ], "Options": [ { "MetadataType": "GiftCardLayoutId", "Items": [ { "Name": "Green with Yellow Flowers", "Value": "1", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/1.png" } }, { "Name": "Zen Reeds", "Value": "2", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/2.png" } }, { "Name": "Blank", "Value": "3", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/3.png" } }, { "Name": "Anniversary", "Value": "4", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/4.png" } }, { "Name": "Balloons", "Value": "5", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/5.png" } }, { "Name": "Birthday", "Value": "6", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/6.png" } }, { "Name": "Free Weight", "Value": "7", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/7.png" } }, { "Name": "Flowers", "Value": "8", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/8.png" } }, { "Name": "Happy Holidays", "Value": "9", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/9.png" } }, { "Name": "Floral Flourish", "Value": "10", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/10.png" } }, { "Name": "Snowflakes", "Value": "11", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/11.png" } }, { "Name": "Pink Flourish", "Value": "12", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/12.png" } }, { "Name": "King Dancer", "Value": "13", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/13.png" } }, { "Name": "Custom", "Value": "109", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png" } }, { "Name": "Custom", "Value": "112", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png" } }, { "Name": "Custom", "Value": "113", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png" } } ] } ], "Rules": [ { "Rule": "LocationRestrictions", "Key": "LocationId", "Operation": "Not Contains", "Values": [ "98" ] } ] }, "Expiry": "2014-12-30T14:58:26.896", "Pricing": { "AskingPrice": 50, "AskingPriceEdited": false, "PaymentAmount": 50, "NetPrice": 50, "Taxes": [], "Discounts": [] }, "RecipientConsumerId": 0 } ], "Payments": [ { "Id": "1a234567-b89c-01de-fgh2-345ij6k78km9", "PaymentMethod": { "Name": "CreditCard", "Description": null, "Type": "CreditCard", "PaymentMethodTypeId": 4, "Links": [], "Templates": [ { "Id": null, "Name": "SecurePayment", "TemplateType": "SecurePayment", "Metadata": [ { "Key": "ConsumerId", "Value": "0", "Type": "Number", "Label": "ConsumerId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Token", "Value": "da35a49b-4d48-492f-8c2f-0fe97c1bc0ac", "Type": "Guid", "Label": "Token", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" }, { "Rule": "Expiry", "Value": "1/1/0001 12:00:00 AM" } ] }, { "Key": "SecurePaymentType", "Value": "CreditCard", "Type": "String", "Label": "SecurePaymentType", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "TokenSignature", "Value": "227f1545-d449-40b8-87a4-0e7707b84b0c", "Type": "String", "Label": "TokenSignature", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "BillingName", "Value": "Name", "Type": "String", "Label": "BillingName", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardName", "Value": null, "Type": "String", "Label": "CardName", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "StreetAddress", "Value": "123 Main St", "Type": "String", "Label": "StreetAddress", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "City", "Value": "San Luis Obispo", "Type": "String", "Label": "City", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "StateCode", "Value": "CA", "Type": "String", "Label": "StateCode", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "PostalCode", "Value": "93401", "Type": "String", "Label": "PostalCode", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CountryCode", "Value": "US", "Type": "String", "Label": "CountryCode", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardType", "Value": "Visa", "Type": "String", "Label": "CardType", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardLastFour", "Value": "7868", "Type": "String", "Label": "CardLastFour", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationMonth", "Value": "10", "Type": "String", "Label": "ExpirationMonth", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationYear", "Value": "2018", "Type": "String", "Label": "ExpirationYear", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExchangeCard", "Value": "False", "Type": "Bool", "Label": "ExchangeCard", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] } ], "Options": [], "Rules": [] }, "Consumption": { "Amount": 50, "ItemConsumptions": { "45c67173-ad3d-413c-bf21-f6641b2d5eac": { "Amount": 50, "IsManual": false } } }, "Notes": null } ], "Owner": { "User": { "Id": 24203, "UserType": "Connect", "FirstName": "Trevor", "LastName": "Fryconnect" }, "SessionId": null }, "EndUser": { "User": { "Id": 100001273, "UserType": "Consumer", "FirstName": "Trevor", "LastName": "Fryconnect" }, "SessionId": null }, "Location": { "Id": 0, "LocationId": 98, "SubscriberId": -1999927490 }, "Totals": { "Total": 50, "Net": 50, "Discount": 0, "Tax": 0 }, "OrderId": null, "Taxes": [] }
{ "Id": "140", "Name": "Prepaid $50 no edit", "Description": null, "Image": null, "Type": "GiftCard", "Links": [], "Templates": [ { "Id": null, "Name": "Pricing", "TemplateType": "Pricing", "Metadata": [ { "Key": "Retail", "Value": "95.0250", "Type": "Decimal", "Label": "Retail", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Online", "Value": "50.0000", "Type": "Decimal", "Label": "Online", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCard", "TemplateType": "GiftCard", "Metadata": [ { "Key": "Credit", "Value": "50.0000", "Type": "Decimal", "Label": "Credit Amount", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExternalId", "Value": null, "Type": "String", "Label": "Assignable External Id", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CreditEditable", "Value": "False", "Type": "Bool", "Label": "Credit Editable", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCardLayout", "TemplateType": "GiftCardLayout", "Metadata": [ { "Key": "GiftCardMessage", "Value": "I'm Batman", "Type": "String", "Label": "Custom Message", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "300" } ] }, { "Key": "RecipientName", "Value": "Robin", "Type": "String", "Label": "Recipient Nickname", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "RecipientFullName", "Value": "Sidekick Robin", "Type": "String", "Label": "Receipient's Full Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "40" } ] }, { "Key": " ", "Value": "[email protected]", "Type": "String", "Label": "Recipient's Email", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "100" } ] }, { "Key": "SenderName", "Value": "Bruce Wayne", "Type": "String", "Label": "Sender's Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "DeliveryDate", "Value": "12/30/2014", "Type": "DateTime", "Label": "Gift Card Delivery Date", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] }, { "Key": "Title", "Value": "Example Gift Card", "Type": "String", "Label": "Gift Card Title", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "Terms", "Value": null, "Type": "String", "Label": "Gift Card Terms", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "GiftCardLayoutId", "Value": "1", "Type": "option:GiftCardLayoutId", "Label": "GiftCardLayoutId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] } ] } ], "Options": [ { "MetadataType": "GiftCardLayoutId", "Items": [ { "Name": "Green with Yellow Flowers", "Value": "1", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/1.png" } }, { "Name": "Zen Reeds", "Value": "2", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/2.png" } }, { "Name": "Blank", "Value": "3", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/3.png" } }, { "Name": "Anniversary", "Value": "4", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/4.png" } }, { "Name": "Balloons", "Value": "5", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/5.png" } }, { "Name": "Birthday", "Value": "6", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/6.png" } }, { "Name": "Free Weight", "Value": "7", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/7.png" } }, { "Name": "Flowers", "Value": "8", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/8.png" } }, { "Name": "Happy Holidays", "Value": "9", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/9.png" } }, { "Name": "Floral Flourish", "Value": "10", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/10.png" } }, { "Name": "Snowflakes", "Value": "11", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/11.png" } }, { "Name": "Pink Flourish", "Value": "12", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/12.png" } }, { "Name": "King Dancer", "Value": "13", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/13.png" } }, { "Name": "Custom", "Value": "109", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png" } }, { "Name": "Custom", "Value": "112", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png" } }, { "Name": "Custom", "Value": "113", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png" } } ] } ], "Rules": [ { "Rule": "LocationRestrictions", "Key": "LocationId", "Operation": "Not Contains", "Values": [ "98" ] } ] }
{ "Id": "d6bf64bd-a233-4367-8e2f-95db34e15fe8", "Item": { "Id": "140", "Name": "Prepaid $50 no edit", "Description": null, "Image": null, "Type": "GiftCard", "Links": [], "Templates": [ { "Id": null, "Name": "Pricing", "TemplateType": "Pricing", "Metadata": [ { "Key": "Retail", "Value": "95.0250", "Type": "Decimal", "Label": "Retail", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Online", "Value": "50.0000", "Type": "Decimal", "Label": "Online", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCard", "TemplateType": "GiftCard", "Metadata": [ { "Key": "Credit", "Value": "50.0000", "Type": "Decimal", "Label": "Credit Amount", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExternalId", "Value": null, "Type": "String", "Label": "Assignable External Id", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CreditEditable", "Value": "False", "Type": "Bool", "Label": "Credit Editable", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCardLayout", "TemplateType": "GiftCardLayout", "Metadata": [ { "Key": "GiftCardMessage", "Value": "I'm Batman", "Type": "String", "Label": "Custom Message", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "300" } ] }, { "Key": "RecipientName", "Value": "Robin", "Type": "String", "Label": "Recipient Nickname", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "RecipientFullName", "Value": "Sidekick Robin", "Type": "String", "Label": "Receipient's Full Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "40" } ] }, { "Key": "RecipientEmail", "Value": "[email protected]", "Type": "String", "Label": "Recipient's Email", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "100" } ] }, { "Key": "SenderName", "Value": "Bruce Wayne", "Type": "String", "Label": "Sender's Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "DeliveryDate", "Value": "2014-12-30T00:00:00-08:00", "Type": "DateTime", "Label": "Gift Card Delivery Date", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] }, { "Key": "Title", "Value": "PostmanGiftCard", "Type": "String", "Label": "Gift Card Title", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "Terms", "Value": null, "Type": "String", "Label": "Gift Card Terms", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "GiftCardLayoutId", "Value": "1", "Type": "option:GiftCardLayoutId", "Label": "GiftCardLayoutId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] } ] } ], "Options": [ { "MetadataType": "GiftCardLayoutId", "Items": [ { "Name": "Green with Yellow Flowers", "Value": "1", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/1.png" } }, { "Name": "Zen Reeds", "Value": "2", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/2.png" } }, { "Name": "Blank", "Value": "3", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/3.png" } }, { "Name": "Anniversary", "Value": "4", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/4.png" } }, { "Name": "Balloons", "Value": "5", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/5.png" } }, { "Name": "Birthday", "Value": "6", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/6.png" } }, { "Name": "Free Weight", "Value": "7", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/7.png" } }, { "Name": "Flowers", "Value": "8", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/8.png" } }, { "Name": "Happy Holidays", "Value": "9", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/9.png" } }, { "Name": "Floral Flourish", "Value": "10", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/10.png" } }, { "Name": "Snowflakes", "Value": "11", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/11.png" } }, { "Name": "Pink Flourish", "Value": "12", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/12.png" } }, { "Name": "King Dancer", "Value": "13", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/13.png" } }, { "Name": "Custom", "Value": "109", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png" } }, { "Name": "Custom", "Value": "112", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png" } }, { "Name": "Custom", "Value": "113", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png" } } ] } ], "Rules": [ { "Rule": "LocationRestrictions", "Key": "LocationId", "Operation": "Not Contains", "Values": [ "98" ] } ] }, "Expiry": "2014-12-31T16:00:48.8068066-08:00", "Pricing": { "AskingPrice": 50, "AskingPriceEdited": false, "PaymentAmount": 50, "NetPrice": 50, "Taxes": [], "Discounts": [] }, "RecipientConsumerId": 0 }
{ "Id": "140", "Name": "Prepaid $50 no edit", "Description": null, "Image": null, "Type": "GiftCard", "Links": [], "Templates": [ { "Id": null, "Name": "Pricing", "TemplateType": "Pricing", "Metadata": [ { "Key": "Retail", "Value": "95.0250", "Type": "Decimal", "Label": "Retail", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Online", "Value": "50.0000", "Type": "Decimal", "Label": "Online", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCard", "TemplateType": "GiftCard", "Metadata": [ { "Key": "Credit", "Value": "50.0000", "Type": "Decimal", "Label": "Credit Amount", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExternalId", "Value": null, "Type": "String", "Label": "Assignable External Id", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CreditEditable", "Value": "False", "Type": "Bool", "Label": "Credit Editable", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCardLayout", "TemplateType": "GiftCardLayout", "Metadata": [ { "Key": "GiftCardMessage", "Value": "I'm Batman", "Type": "String", "Label": "Custom Message", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "300" } ] }, { "Key": "RecipientName", "Value": "Robin", "Type": "String", "Label": "Recipient Nickname", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "RecipientFullName", "Value": "Sidekick Robin", "Type": "String", "Label": "Receipient's Full Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "40" } ] }, { "Key": " ", "Value": "[email protected]", "Type": "String", "Label": "Recipient's Email", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "100" } ] }, { "Key": "SenderName", "Value": "Bruce Wayne", "Type": "String", "Label": "Sender's Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "DeliveryDate", "Value": "12/30/2014", "Type": "DateTime", "Label": "Gift Card Delivery Date", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] }, { "Key": "Title", "Value": "Example Gift Card", "Type": "String", "Label": "Gift Card Title", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "Terms", "Value": null, "Type": "String", "Label": "Gift Card Terms", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "GiftCardLayoutId", "Value": "1", "Type": "option:GiftCardLayoutId", "Label": "GiftCardLayoutId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] } ] } ], "Options": [ { "MetadataType": "GiftCardLayoutId", "Items": [ { "Name": "Green with Yellow Flowers", "Value": "1", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/1.png" } }, { "Name": "Zen Reeds", "Value": "2", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/2.png" } }, { "Name": "Blank", "Value": "3", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/3.png" } }, { "Name": "Anniversary", "Value": "4", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/4.png" } }, { "Name": "Balloons", "Value": "5", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/5.png" } }, { "Name": "Birthday", "Value": "6", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/6.png" } }, { "Name": "Free Weight", "Value": "7", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/7.png" } }, { "Name": "Flowers", "Value": "8", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/8.png" } }, { "Name": "Happy Holidays", "Value": "9", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/9.png" } }, { "Name": "Floral Flourish", "Value": "10", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/10.png" } }, { "Name": "Snowflakes", "Value": "11", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/11.png" } }, { "Name": "Pink Flourish", "Value": "12", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/12.png" } }, { "Name": "King Dancer", "Value": "13", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/13.png" } }, { "Name": "Custom", "Value": "109", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png" } }, { "Name": "Custom", "Value": "112", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png" } }, { "Name": "Custom", "Value": "113", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png" } } ] } ], "Rules": [ { "Rule": "LocationRestrictions", "Key": "LocationId", "Operation": "Not Contains", "Values": [ "98" ] } ] }
{ "Id": "d6bf64bd-a233-4367-8e2f-95db34e15fe8", "Item": { "Id": "140", "Name": "Prepaid $50 no edit", "Description": null, "Image": null, "Type": "GiftCard", "Links": [], "Templates": [ { "Id": null, "Name": "Pricing", "TemplateType": "Pricing", "Metadata": [ { "Key": "Retail", "Value": "95.0250", "Type": "Decimal", "Label": "Retail", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Online", "Value": "50.0000", "Type": "Decimal", "Label": "Online", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCard", "TemplateType": "GiftCard", "Metadata": [ { "Key": "Credit", "Value": "50.0000", "Type": "Decimal", "Label": "Credit Amount", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExternalId", "Value": null, "Type": "String", "Label": "Assignable External Id", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CreditEditable", "Value": "False", "Type": "Bool", "Label": "Credit Editable", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] } ] }, { "Id": null, "Name": "GiftCardLayout", "TemplateType": "GiftCardLayout", "Metadata": [ { "Key": "GiftCardMessage", "Value": "I'm Batman", "Type": "String", "Label": "Custom Message", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "300" } ] }, { "Key": "RecipientName", "Value": "Robin", "Type": "String", "Label": "Recipient Nickname", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "RecipientFullName", "Value": "Sidekick Robin", "Type": "String", "Label": "Receipient's Full Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "40" } ] }, { "Key": "RecipientEmail", "Value": "[email protected]", "Type": "String", "Label": "Recipient's Email", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "100" } ] }, { "Key": "SenderName", "Value": "Bruce Wayne", "Type": "String", "Label": "Sender's Name", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "DeliveryDate", "Value": "2014-12-30T00:00:00-08:00", "Type": "DateTime", "Label": "Gift Card Delivery Date", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] }, { "Key": "Title", "Value": "PostmanGiftCard", "Type": "String", "Label": "Gift Card Title", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "Terms", "Value": null, "Type": "String", "Label": "Gift Card Terms", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "True" }, { "Rule": "Max", "Value": "20" } ] }, { "Key": "GiftCardLayoutId", "Value": "1", "Type": "option:GiftCardLayoutId", "Label": "GiftCardLayoutId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "True" } ] } ] } ], "Options": [ { "MetadataType": "GiftCardLayoutId", "Items": [ { "Name": "Green with Yellow Flowers", "Value": "1", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/1.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/1.png" } }, { "Name": "Zen Reeds", "Value": "2", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/2.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/2.png" } }, { "Name": "Blank", "Value": "3", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/3.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/3.png" } }, { "Name": "Anniversary", "Value": "4", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/4.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/4.png" } }, { "Name": "Balloons", "Value": "5", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/5.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/5.png" } }, { "Name": "Birthday", "Value": "6", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/6.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/6.png" } }, { "Name": "Free Weight", "Value": "7", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/7.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/7.png" } }, { "Name": "Flowers", "Value": "8", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/8.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/8.png" } }, { "Name": "Happy Holidays", "Value": "9", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/9.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/9.png" } }, { "Name": "Floral Flourish", "Value": "10", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/10.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/10.png" } }, { "Name": "Snowflakes", "Value": "11", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/11.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/11.png" } }, { "Name": "Pink Flourish", "Value": "12", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/12.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/12.png" } }, { "Name": "King Dancer", "Value": "13", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/giftcards/13.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/giftcards/13.png" } }, { "Name": "Custom", "Value": "109", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/109.png" } }, { "Name": "Custom", "Value": "112", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/112.png" } }, { "Name": "Custom", "Value": "113", "Properties": { "ImageUrl": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlMedium": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png", "ImageUrlSmall": "https://dev.mbodev.me/studios/TrevorDevDemo2/giftcards/113.png" } } ] } ], "Rules": [ { "Rule": "LocationRestrictions", "Key": "LocationId", "Operation": "Not Contains", "Values": [ "98" ] } ] }, "Expiry": "2014-12-31T16:00:48.8068066-08:00", "Pricing": { "AskingPrice": 50, "AskingPriceEdited": false, "PaymentAmount": 50, "NetPrice": 50, "Taxes": [], "Discounts": [] }, "RecipientConsumerId": 0 }
{ "Name": "CreditCard", "Description": null, "Type": "CreditCard", "PaymentMethodTypeId": 4, "Links": [], "Templates": [ { "Id": null, "Name": "SecurePayment", "TemplateType": "SecurePayment", "Metadata": [ { "Key": "ConsumerId", "Value": "0", "Type": "Number", "Label": "ConsumerId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Token", "Value": "e29a95d4-6c9f-47d7-ae77-87814524e36a", "Type": "Guid", "Label": "Token", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" }, { "Rule": "Expiry", "Value": "1/1/0001 12:00:00 AM" } ] }, { "Key": "SecurePaymentType", "Value": "CreditCard", "Type": "String", "Label": "SecurePaymentType", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "TokenSignature", "Value": "e29a95d4-6c9f-47d7-ae77-87814524e36a", "Type": "String", "Label": "TokenSignature", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardType", "Value": "Visa", "Type": "String", "Label": "CardType", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardLastFour", "Value": "7868", "Type": "String", "Label": "CardLastFour", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationMonth", "Value": "10", "Type": "String", "Label": "ExpirationMonth", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationYear", "Value": "2018", "Type": "String", "Label": "ExpirationYear", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExchangeCard", "Value": "False", "Type": "Bool", "Label": "ExchangeCard", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] } ], "Options": [], "Rules": [] }
{ "Id": "5ab9f632-73d5-4c9c-b893-6b1a65a6366f", "PaymentMethod": { "Name": "CreditCard", "Description": null, "Type": "CreditCard", "PaymentMethodTypeId": 4, "Links": [], "Templates": [ { "Id": null, "Name": "SecurePayment", "TemplateType": "SecurePayment", "Metadata": [ { "Key": "ConsumerId", "Value": "0", "Type": "Number", "Label": "ConsumerId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Token", "Value": "ab174e8d-685c-49a9-b894-2c4f677a4f86", "Type": "Guid", "Label": "Token", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" }, { "Rule": "Expiry", "Value": "1/1/0001 12:00:00 AM" } ] }, { "Key": "SecurePaymentType", "Value": "CreditCard", "Type": "String", "Label": "SecurePaymentType", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "TokenSignature", "Value": "ab174e8d-685c-49a9-b894-2c4f677a4f86", "Type": "String", "Label": "TokenSignature", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardType", "Value": "Visa", "Type": "String", "Label": "CardType", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardLastFour", "Value": "7868", "Type": "String", "Label": "CardLastFour", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationMonth", "Value": "10", "Type": "String", "Label": "ExpirationMonth", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationYear", "Value": "2018", "Type": "String", "Label": "ExpirationYear", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExchangeCard", "Value": "False", "Type": "Bool", "Label": "ExchangeCard", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] } ], "Options": [], "Rules": [] }, "Consumption": { "Amount": 0, "ItemConsumptions": {} }, "Notes": null }
{ "Id": "f14c21bc-8839-4a38-8d00-aaf9a23b85aa", "PaymentMethod": { "Name": "CreditCard", "Description": null, "Type": "CreditCard", "PaymentMethodTypeId": 4, "Links": [], "Templates": [ { "Id": null, "Name": "SecurePayment", "TemplateType": "SecurePayment", "Metadata": [ { "Key": "ConsumerId", "Value": "0", "Type": "Number", "Label": "ConsumerId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Token", "Value": "059c99f0-e9d5-490f-b12a-287647612d40", "Type": "Guid", "Label": "Token", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" }, { "Rule": "Expiry", "Value": "1/1/0001 12:00:00 AM" } ] }, { "Key": "SecurePaymentType", "Value": "CreditCard", "Type": "String", "Label": "SecurePaymentType", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "TokenSignature", "Value": "059c99f0-e9d5-490f-b12a-287647612d40", "Type": "String", "Label": "TokenSignature", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardType", "Value": "Visa", "Type": "String", "Label": "CardType", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardLastFour", "Value": "7868", "Type": "String", "Label": "CardLastFour", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationMonth", "Value": "10", "Type": "String", "Label": "ExpirationMonth", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationYear", "Value": "2018", "Type": "String", "Label": "ExpirationYear", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExchangeCard", "Value": "False", "Type": "Bool", "Label": "ExchangeCard", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] } ], "Options": [], "Rules": [] }, "Consumption": { "Amount": 100, "ItemConsumptions": { "2118dc14-f9c3-4e28-995e-e72b3b57aa29": { "Amount": 100, "IsManual": false } } }, "Notes": null }
{ "Id": "f14c21bc-8839-4a38-8d00-aaf9a23b85aa", "PaymentMethod": { "Name": "CreditCard", "Description": null, "Type": "CreditCard", "PaymentMethodTypeId": 4, "Links": [], "Templates": [ { "Id": null, "Name": "SecurePayment", "TemplateType": "SecurePayment", "Metadata": [ { "Key": "ConsumerId", "Value": "0", "Type": "Number", "Label": "ConsumerId", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "Token", "Value": "059c99f0-e9d5-490f-b12a-287647612d40", "Type": "Guid", "Label": "Token", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" }, { "Rule": "Expiry", "Value": "1/1/0001 12:00:00 AM" } ] }, { "Key": "SecurePaymentType", "Value": "CreditCard", "Type": "String", "Label": "SecurePaymentType", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "TokenSignature", "Value": "059c99f0-e9d5-490f-b12a-287647612d40", "Type": "String", "Label": "TokenSignature", "Rules": [ { "Rule": "Required", "Value": "True" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardType", "Value": "Visa", "Type": "String", "Label": "CardType", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "CardLastFour", "Value": "7868", "Type": "String", "Label": "CardLastFour", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationMonth", "Value": "10", "Type": "String", "Label": "ExpirationMonth", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExpirationYear", "Value": "2018", "Type": "String", "Label": "ExpirationYear", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] }, { "Key": "ExchangeCard", "Value": "False", "Type": "Bool", "Label": "ExchangeCard", "Rules": [ { "Rule": "Required", "Value": "False" }, { "Rule": "Editable", "Value": "False" } ] } ] } ], "Options": [], "Rules": [] }, "Consumption": { "Amount": 100, "ItemConsumptions": { "2118dc14-f9c3-4e28-995e-e72b3b57aa29": { "Amount": 100, "IsManual": false } } }, "Notes": null }
Now that you've added all your items and payment to the shopping cart, you can checkout!
To learn more about the checkout process, see the Checkout page