References
api
summary | ||
public |
F getAccount(options: Object, id: number | string): Promise GET /admin/account.xml |
|
public |
PUT /admin/themes/#{theme_id}/assets/#{id}.xml |
|
public |
GET /admin/themes/#{theme_id}/assets/#{id}.xml |
|
public |
GET /admin/themes/#{theme_id}/assets.xml |
|
public |
F removeAsset(options: Object, id: Number | String): Promise DELETE /admin/themes/#{theme_id}/assets/#{id}.xml |
|
public |
F renameAsset(options: Object, id: Number | String): Promise PUT /admin/themes/#{theme_id}/assets/#{id}/rename.xml |
|
public |
F uploadAsset(options: Object, id: Number | String): Promise POST /admin/themes/#{theme_id}/assets.xml |
|
public |
F createCharge(options: Object, id: Number | String): Promise POST /admin/application_charges.xml |
|
public |
F declineCharge(options: Object, id: Number | String): Promise POST /admin/application_charges/{id}/decline.xml |
|
public |
GET /admin/application_charges/{id}.xml |
|
public |
F listCharge(options: Object, id: Number | String): Promise GET /admin/application_charges.xml |
|
public |
F getCollection(options: Object, id: Number | String): Promise GET /admin/collections/{id}.xml |
|
public |
F listCollection(options: Object, id: Number | String): Promise GET /admin/collections.xml |
|
public |
F createCoupon(options: Object, id: Number | String): Promise POST /admin/discount_codes.xml |
|
public |
F editCoupon(options: Object, id: Number | String): Promise PUT /admin/discount_codes/{id}.xml |
|
public |
GET /admin/discount_codes/{id}.xml |
|
public |
F listCoupon(options: Object, id: Number | String): Promise GET /admin/discount_codes.xml |
|
public |
F removeCoupon(options: Object, id: Number | String): Promise DELETE /admin/discount_codes/{id}.xml |
|
public |
GET /admin/files.xml |
|
public |
F removeFile(options: Object, id: Number | String): Promise DELETE /admin/files/{id}.xml |
|
public |
F uploadFile(options: Object, id: Number | String): Promise POST /admin/files.xml |
|
public |
F createJsTag(options: Object, id: Number | String): Promise POST /admin/js_tags.xml |
|
public |
F createPriceKind(options: Object, id: Number | String): Promise POST /admin/price_kinds.json |
|
public |
F editPriceKind(options: Object, id: Number | String): Promise PUT /admin/price_kinds/{id}.xml |
|
public |
F getPriceKind(options: Object, id: Number | String): Promise GET /admin/price_kinds/{id}.json |
|
public |
F listPriceKind(options: Object, id: Number | String): Promise GET /admin/price_kinds.json |
|
public |
F removePriceKind(options: Object, id: Number | String): Promise DELETE /admin/price_kinds/{id}.json |
|
public |
F createProduct(options: Object, id: Number | String): Promise POST /admin/products.xml |
|
public |
F editProduct(options: Object, id: Number | String): Promise PUT /admin/products/{id}.xml |
|
public |
F getProduct(options: Object, id: Number | String): Promise GET /admin/products/{id}.xml |
|
public |
F listProduct(options: Object, id: Number | String): Promise GET /admin/products.xml |
|
public |
F removeProduct(options: Object, id: Number | String): Promise DELETE /admin/products/{id}.xml |
|
public |
F changeRecurring(options: Object, id: Number | String): Promise PUT /admin/recurring_application_charge.xml |
|
public |
F createRecurring(options: Object, id: Number | String): Promise POST /admin/recurring_application_charge.xml |
|
public |
F getRecurring(options: Object, id: Number | String): Promise GET /admin/recurring_application_charge.xml |
|
public |
F removeRecurring(options: Object, id: Number | String): Promise DELETE /admin/recurring_application_charge.xml |
|
public |
F listThemes(options: Object, id: Number | String): Promise GET /admin/themes.xml |
|
public |
Generate access token for shop |