• Home
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Create an article
  • Post an idea
  • Spaces
  • App Market Developer Platform
  • Clover GO
  • Ideas & Feedback
  • Semi-Integration
  • Explore
  • Topics
  • Questions
  • Articles
  • Ideas
Skip to main content
  • Create
    • Ask a question
    • Post an idea
    • App Market Developer Platform
    • Clover GO
    • Ideas & Feedback
    • Semi-Integration
    • Topics
    • Questions
    • Articles
    • Ideas
  • Sign in
  • Home
  • App Market Developer Platform
This question was closed Apr 02 at 09:48 PM by Clover_Community_Bot for the following reason: automated

question

krpamit avatar image
krpamit asked · Aug 19, 2017 at 07:11 PM

Finding all orders for a customer

Is there any way to fetch all orders associated with specific customer?
OrdersCustomers
Comment
0
10 |2000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mark Mullan avatar image
Mark Mullan answered · Sep 25, 2017 at 06:40 PM Locked
@krpamit

GET https://apisandbox.dev.clover.com/v3/merchants/{merchantId}/customers/{customerId}/?expand=orders

{
    "href": "https://sandbox.dev.clover.com/v3/merchants/SJ925JDCKKTJJ/customers/WVK5RS4NPW98C",
    "id": "WVK5RS4NPW98C",
    "firstName": "MANUALLY",
    "lastName": "ENTERED",
    "marketingAllowed": false,
    "customerSince": 1488835597000,
    "orders": {
        "elements": [
            {
                "id": "CQ10YA05NYXTM"
            },
            {
                "id": "VKSPJPF227R4P"
            },
            {
                "id": "1PVT7XQ04ZTST"
            },
            {
                "id": "J531QS3R0PN1M"
            },
            {
                "id": "62T60DM59N63Y"
            },
            {
                "id": "0KP0NY5R8ATH4"
            },
            {
                "id": "0J0RZKSYYKM88"
            },
            {
                "id": "VYSWD3TWKSRHY"
            },
            {
                "id": "72DY48CPTADWW"
            },
            {
                "id": "S56K62FB5RMHM"
            },
            {
                "id": "A761X146STV10"
            },
            {
                "id": "KE6V5TJ98J28P"
            },
            {
                "id": "N1W3GM55A64Y0"
            },
            {
                "id": "P02R4MM5921KR"
            },
            {
                "id": "EQ23HPNEB551J"
            },
            {
                "id": "TTKH7G85R7BHE"
            },
            {
                "id": "XWSR1D8818W7C"
            },
            {
                "id": "CXMF3W8M2M4RM"
            },
            {
                "id": "RJMK6W9RP2PPP"
            },
            {
                "id": "FJH88XNX8CHA4"
            },
            {
                "id": "S69Z2J0T7ATTR"
            },
            {
                "id": "G3HHH99SXQVPM"
            }
        ]
    }
}
0 · Share
10 |2000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community

question details

1 Person is following this question.

krpamit follows this question
Answers Subscribe to Answers Answers and Comments Subscribe to Comments and Answers

Related Questions

Create order with customer with an associated client 2 Answers

Tying a customer to an order 1 Answer

Is there a way to add a customer to an order AFTER the order has already been taken? 0 Answers

Webhooks by app 1 Answer

How to save custom Signature - is there any API for that ? 1 Answer

Answerhub Logo
  • About
  • ·
  • FAQ
  • ·
  • Privacy
  • ·
  • Copyright © 2010-19 DZone, Inc.