Skip to content
Get started

Movement

Moves product stock between locations within a store.
Deprecated
movement.create_movement(strstore_number, MovementCreateMovementParams**kwargs) -> MovementCreateMovementResponse
POST/api/v2/public/stores/{store_number}/storeproductlocation/movement
ModelsExpand Collapse
class MovementCreateMovementResponse:

Standard success response returned by mutation endpoints.

success: bool

Indicates whether the operation completed successfully.

data: Optional[str]

Optional data payload returned by the operation.

message: Optional[str]

Human-readable message describing the result.