Skip to content
Get started

Movement

Moves product stock between locations within a store.
Deprecated
client.movement.createMovement(stringstoreNumber, MovementCreateMovementParams { AppUserName, body } params?, RequestOptionsoptions?): MovementCreateMovementResponse { success, data, message }
POST/api/v2/public/stores/{store_number}/storeproductlocation/movement
ModelsExpand Collapse
MovementCreateMovementResponse { success, data, message }

Standard success response returned by mutation endpoints.

success: boolean

Indicates whether the operation completed successfully.

data?: string | null

Optional data payload returned by the operation.

message?: string | null

Human-readable message describing the result.