---
title: "SetListingStrikeOffState"
method: POST
path: "/api/Listings/SetListingStrikeOffState"
tags: ["Listings"]
---

# SetListingStrikeOffState

`POST /api/Listings/SetListingStrikeOffState`

Set eBay Listing Strike State
<b>Permissions Required: </b> GlobalPermissions.Settings.ListingConfiguratorsNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- ListingsSetListingStrikeOffStateRequest
  - `request` SetListingStrikeOffStateRequest
    - `ListingAudits` EbayListingAudit[] — Listing audit details
      - `ItemNumber` string
      - `SKU` string
      - `ActionDateTime` string, date-time
      - `ActionType` string
      - `ActionText` string
      - `SetQuantity` integer
      - `SetPrice` number, double
      - `AffectivefkStockItemId` string, uuid
      - `ListId` string, uuid
      - `IsError` boolean
    - `Listings` EBayItem[] — Channel Listings
      - `ItemNumber` string
      - `Title` string — Channel Title
      - `SKU` string — SKU for the item.
      - `MappedBy` string
      - `RelistPending` boolean
      - `Quantity` integer — Quantity known listed on the channel at the point of getting the listings from the channel. This value is not updated when inventory levels are synchronized
      - `IsSuggestedToLink` boolean — Identifies if the system found suitable match
      - `IsLinked` boolean — Identifies if the item is linked
      - `ChannelSKURowId` string, uuid — Stock_ChannelSKU RowId
      - `LinkedItemId` string, uuid — Linked pkStockItemId
      - `MaxListedQuantity` integer — Maximum listed quantity
      - `EndWhenStock` integer — End when stock is certain value
      - `StockPercentage` number, double — Stock percentage allocated for the channel
      - `LinkedItemSku` string — Linked item SKU
      - `LinkedItemTitle` string — Linked item title
      - `IgnoreSync` boolean — Identifies if the inventory should be synced for this item
      - `ChannelReferenceId` string
      - `StrickenOff` boolean
      - `StockItemId` string, uuid
      - `StartTime` string, date-time
      - `EndTime` string, date-time
      - `StrikeOffDate` string, date-time
      - `StrikeReason` string
      - `LinkedWith` string
      - `IsVariation` boolean
      - `FixedPrice` boolean
      - `ReslistedFrom` string
      - `ListId` string, uuid
      - `ListingPrice` number, double
      - `VariationItems` EBayItem[]
      - `IsGTC` boolean
      - `IsActive` boolean
      - `IsMatchByTitle` boolean — Identifies if the mapping matched by title
      - `TotalRows` integer — Total rows returned from result
    - `StrikeReason` string — Reason of strike off
    - `StrikeOffState` boolean — Listing strike off state
    - `ListingsStatus` 'active' | 'pendingrelist' | 'ended' — Status of listings search

## Response `204`

No Content

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
