Update marketing events
POST https://{handle}.myshopline.com/admin/openapi/v20261201/sales/marketing_events/:marketing_event_id.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .Path Parameters
- marketing_event_id string requiredId for events
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6MCwiYXBwS2V5IjoiNzU2ZjI1NWE2NjdlZTcwNTk1MzM0ZjVjYzk4NzU5MzBmN2E3NGZjMSIsImV4cCI6MTg3OTQ4MjA3NiwiaXNzIjoieXNvdWwiLCJzZWxsZXJJZCI6IjIwMDAyMzQ4ODAiLCJzdG9yZUlkIjoiMTY3MjM2OTcyOTYwNiIsInRpbWVzdGFtcCI6MTc4NDc4NzY3NjY2MSwidmVyc2lvbiI6IlYyIn0.3ZzbGAH4cLU1QR2VPEvMOQInUDvus-C4amkINSQIPuNVlXsFKj0sAt1c0KnUy9MWUOFV9cHlkf7J90r2y1FzpA
Request Body
marketing_eventobject required
Marketing events objectmanage_url stringManage linksExample:www.shopline.com/admin/1.htmlevent_type string required●ad : advertising ● post : push ( fb post-chinese ) ● message : sms ● retargeting : dynamic redirect advertising ● transactional : ● affiliate : distribution / kol / red people ●Loyalty : gift card ● newsletter : subscription mail ● abandoned_cart : discard ● live : live broadcastExample:adpreview_url stringPreview linkExample:www.shopline.com/preview/mobile.comstarted_at stringStart timeExample:2022-12-15T09:00:00+08:00utm_medium stringSource type of logo ( email , article )Example:emaildescription stringMarketing campaign descriptionExample:This is description of marketing eventremote_id stringRemote resources idExample:32ff8e60-9027-4d9c-8286-9f6059aaf97autm_source stringIdentity advertising customers , advertising websitesExample:www.shopline.comreferring_domain stringDomain names for marketing events specify are required if marketing_channel is search and socialExample:www.shopline.comutm_campaign stringLogo specific advertisingExample:googleutm_term stringSignature search keywordExample:This is utm term nameended_at stringEnd timeExample:2023-12-15T09:00:00+08:00utm_content stringDistinguish between different links within the same adExample:googleAdsmarketing_channel string requiredMarketing event select channels ● search ● display ● social ● email ● referral ● smsExample:search
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
marketing_eventobject
Marketing eventsmarketing_event_id stringEvent idExample:MA_6019932248375043369manage_url stringManaged linksExample:www.shopline.com/admin/1.htmlutm_medium stringSource type of logo ( email , article )Example:emailutm_source stringIdentity advertising customers , advertising websitesExample:www.shopline.comreferring_domain stringDomain names for marketing events specify are required if marketing_channel is search and socialExample:www.shopline.comutm_content stringDistinguish between different links within the same adExample:googleAdsutm_term stringSignature search keywordExample:This is utm term namedescription stringMarketing campaign descriptionExample:This is description of marketing eventremote_id stringRemote resources idExample:32ff8e60-9027-4d9c-8286-9f6059aaf97aevent_type string●ad : advertising ● post : push ( fb post-chinese ) ● message : sms ● retargeting : dynamic redirect advertising ● transactional : ● affiliate : distribution / kol / red people ●Loyalty : gift card ● newsletter : subscription mail ● abandoned_cart : discard ● live : live broadcastExample:adpreview_url stringUrl to previewExample:www.shopline.com/preview/mobile.comstarted_at stringStart timeExample:2022-12-15T09:00:00+08:00marketing_channel stringMarketing event select channels ● search ● display ● social ● email ● referral ● smsExample:searchutm_campaign stringLogo specific advertisingExample:googleended_at stringEnd timeExample:2023-12-15T09:00:00+08:00
API Explorer
Debugger
Examples
Was this article helpful to you?