Skip to content

Instantly share code, notes, and snippets.

@wzieba
Created November 10, 2022 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wzieba/37c847a8507e204b7e172acf470b6fbd to your computer and use it in GitHub Desktop.
Save wzieba/37c847a8507e204b7e172acf470b6fbd to your computer and use it in GitHub Desktop.
sequenceDiagram

autonumber
participant mobile as Woo Mobile App
participant core as WooCommerce Core

mobile->>mobile:generate list of possible variations
note right of mobile: "abort if >100"
mobile->>core:products/<id>/variations/batch
core->>core:create variations
core->>mobile:inform about created variations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment