Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 786 Bytes

source-application.md

File metadata and controls

27 lines (18 loc) · 786 Bytes

Source Application

Provides information about the application used to generate a change.

Structure

Source Application

Fields

Name Type Tags Description
product str (Product) Optional Indicates the Square product used to generate an inventory change.
application_id string Optional Read-only Square ID assigned to the application. Only used for
Product type EXTERNAL_API.
name string Optional Read-only display name assigned to the application
(e.g. "Custom Application", "Square POS 4.74 for Android").

Example (as JSON)

{
  "product": "SQUARE_POS",
  "application_id": "application_id4",
  "name": "name0"
}