Skip to content
Get started

Movement

Moves product stock between locations within a store.
Deprecated
POST/api/v2/public/stores/{store_number}/storeproductlocation/movement
ModelsExpand Collapse
MovementCreateMovementResponse object { success, data, message }

Standard success response returned by mutation endpoints.

success: boolean

Indicates whether the operation completed successfully.

data: optional string

Optional data payload returned by the operation.

message: optional string

Human-readable message describing the result.