action jumpseller_post_jsapps_json { label: "Create a Store JSApp." provider: jumpseller method: POST path: "/jsapps.json" encoding: json input: { type: "object" properties: { app: { type: "object" properties: { element: { type: "string" description: "Element of Template to inject HTML" } template: { type: "string" description: "Template of Store Theme to inject HTML" } url: { type: "string" description: "Url of the HTML to inject" } } } } } output: { type: "object" properties: { element: { type: "string" description: "Element of Template to inject HTML" } template: { type: "string" description: "Template of Store Theme to inject HTML" } url: { type: "string" description: "Url of the HTML to inject" } } } }