You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for all Shopper Activity API functions
Includes a check for required fields and fails if not present
Introduced a simpler approach for passing payloads to methods. The new structure only requires either an object for individual POST endpoints or an array of objects for batch endpoints. Prior to this change the complete payload schema would need to be passed to each method which wasn't obvious.