Sales Summary Report Square connect -
Is it possible to prepare daily sales summary reports using Square-Connect? I see where I can list items, categories, etc. but nothing is where I can prepare daily sales summary reports. "post-text" itemprop = "text">
You can use the Connect API to get a list of your daily sales and see which items are purchased in those sales. Had gone.
Obtaining a daily sale
Retrieve a list of your daily sales with the end point of the funds (tax, tip, etc.) collected in each object and the tender Includes breakdown of the used (credit card, cash, etc.) form.
By default, this endpoint provides a list of all of payments you've ever processed, but you For example, to recover all your payments on April 21, 2014: The full URL of your request at the end of the list payment endpoint is: Note Make sure that there are url-escapes to prevent value errors for Once you have your list of daily payments, each This array of objects describes the items included in the payment. Each code contains any information such as the item's A sample is a quote from begin_time and
You can specify a custom time window with the end_time parameter.
start_time is
2014-04- 21T00: 00: 00-07: 00
end_time is
2014-04-22T00: 00: 00-07: 00 < / li>
-07: 00 Offset assumes that you are on Pacific Daylight Time (PDT); Be sure to modify the offset for your time zone.
https: //connect.squareup com / v1 / me / payments? start_time = 2014-04-21T00% 3A00% 3A00-07% 3nd & end_time = 2014-04-22T00% 3A 0% 3A 0 %% 3A0
begin_time and
end_time .
Items sold
payment object is returned to
ID at the end point Do it. This endpoint returns an
payment object that includes an additional field:
item objects .
item_id and
category_name (if any) in the
item_detail field payment iTimation .
PaymentItemization object:
{"name": "donut", "quantity": 12, "item _ "Details: {" category_name ":" pastry "," skew ":" 1234 "," item_id ":" 442d1344-6d2b-4238-83d0-0284dfd335d8 "," variation_id ":" cb890728-cfdc-4690-9e03- 349f964f756r "}, ...}
Comments
Post a Comment