ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Entity for Cart object

Open Uffman opened this issue 6 years ago • 2 comments

Didn't find entity for card object. Is it defined? This is the response from, webhook for "carts/update"

{ "created_at": "2018-05-07T09:50:11.386Z", "updated_at": "2018-05-07T11:15:08.415Z", "id": "304a12ff80eb5fa67d6a00cae654f8b0", "token": "304a12ff80eb5fa67d6a00cae654f8b0", "line_items": [ { "id": 7972561584194, "properties": null, "quantity": 2, "variant_id": 7972561584194, "key": "7972561584194:22883fb0bffe861be4aa4419382b9753", "title": "Multi-layered Fantastic Metal Keyboard - Plastic azure - Soft azure - pla-56m", "price": "265.00", "original_price": "265.00", "discounted_price": "265.00", "line_price": "530.00", "original_line_price": "530.00", "total_discount": "0.00", "discounts": [], "sku": "", "grams": 315, "vendor": "Bergnaum Inc", "taxable": true, "product_id": 739470540866, "gift_card": false } ] }

Uffman avatar May 07 '18 11:05 Uffman

I've got a project coming up soon that will use the cart object, so I'll make sure this gets in soon!

nozzlegear avatar May 10 '18 19:05 nozzlegear

i hope this is now rectify.this cart object will suitable for the shop app project.

dreDevOS avatar Jun 12 '18 03:06 dreDevOS