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
Created
November 10, 2022 16:52
-
-
Save wzieba/37c847a8507e204b7e172acf470b6fbd to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment