Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 758 Bytes

source-application.md

File metadata and controls

27 lines (19 loc) · 758 Bytes

Source Application

Provides information about the application used to generate an inventory change.

Structure

SourceApplication

Fields

Name Type Tags Description
Product string Optional Indicates the Square product used to generate an inventory change.
ApplicationId 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": null,
  "application_id": null,
  "name": null
}