2016-10-24 3 views
0

What I see on dashboard얻기 항목 이름은

나는 광장에 거래에서이 항목을 설명/정보를 얻는 방법을 궁금해하고있다. 나를 위해, 심지어 사용 :

'/v2/locations/{0}/transactions/{1}'.format(LOC_ID, tid) 

모든 항목의 이름을 반환하지 않습니다, 대신에 나는 완전히 익명/쓸모없는 정보를 얻을 :

{ 
    "transaction": { 
    "id": "BZDxxxxxx", 
    "location_id": "3PBxxxxx", 
    "created_at": "2016-10-14T22:55:33Z", 
    "tenders": [ 
     { 
     "id": "VJO1rxxxxx", 
     "location_id": "3PBxxxx", 
     "transaction_id": "BZDxxxxxx", 
     "created_at": "2016-10-14T22:55:31Z", 
     "amount_money": { 
      "amount": 2800, 
      "currency": "USD" 
     }, 
     "processing_fee_money": { 
      "amount": 0, 
      "currency": "USD" 
     }, 
     "type": "OTHER" 
     } 
    ], 
    "product": "REGISTER", 
    "client_id": "1E7xxxx" 
    } 
} 

내가 항목 이름 위에 반환되는 것과 가야합니까 어떻게 그 웹 사이트 거래 목록에 표시됩니까?

+0

전자 상거래 itemizations에 대한 체크 아웃 우리의 새로운 주문 API를 : https://medium.com/square-corner-blog/building-for-an-omni-channel-business-with-squares- apis-has-never-been-easy-3b5e0977741a – tristansokol

답변