Provides information about the application used to generate a change.
Source Application
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" ). |
{
"product": "SQUARE_POS",
"application_id": "application_id4",
"name": "name0"
}