---
title: "POST /v1/preferences/publishing"
method: POST
path: "/v1/preferences/publishing"
---

# POST /v1/preferences/publishing

`POST /v1/preferences/publishing`

## Request body

- RobloxItemConfigurationApiModelsRequestPublishingPreferencesCreatePublishingPreferencesRequest
  - `creatorUserId` integer
  - `creatorGroupId` integer
  - `publishingType` 0 | 1 | 2 — Publishing type for the collectible. Currently can be either Limited or NonLimited. ['Invalid' = 0, 'Limited' = 1, 'NonLimited' = 2]
  - `saleLocationType` 0 | 1 | 2 | 3 | 4 — Represents possible SaleLocation types of the Collectibles System. ['SALE_LOCATION_TYPE_INVALID' = 0, 'SALE_LOCATION_TYPE_SHOP_AND_ALL_EXPERIENCES' = 1, 'SALE_LOCATION_EXPERIENCES_AND_DEV_API_ONLY' = 2, 'SALE_LOCATION_TYPE_SHOP_ONLY' = 3, 'SALE_LOCATION_TYPE_SHOP_AND_EXPERIENCES_BY_ID' = 4]
  - `places` integer[]
  - `priceInRobux` integer
  - `priceOffset` integer
  - `isFree` boolean
  - `enableRegionalPricing` boolean
  - `isRentalOptIn` boolean
  - `autoPublishEnabled` boolean

## Response `200`

OK

- RobloxItemConfigurationApiModelsResponsePublishingPreferencesPublishingPreferencesResponse
  - `id` string
  - `creatorUserId` integer
  - `creatorGroupId` integer
  - `publishingType` 0 | 1 | 2 — Publishing type for the collectible. Currently can be either Limited or NonLimited. ['Invalid' = 0, 'Limited' = 1, 'NonLimited' = 2]
  - `saleLocationType` 0 | 1 | 2 | 3 | 4 — Represents possible SaleLocation types of the Collectibles System. ['SALE_LOCATION_TYPE_INVALID' = 0, 'SALE_LOCATION_TYPE_SHOP_AND_ALL_EXPERIENCES' = 1, 'SALE_LOCATION_EXPERIENCES_AND_DEV_API_ONLY' = 2, 'SALE_LOCATION_TYPE_SHOP_ONLY' = 3, 'SALE_LOCATION_TYPE_SHOP_AND_EXPERIENCES_BY_ID' = 4]
  - `places` integer[]
  - `priceInRobux` integer
  - `priceOffset` integer
  - `isFree` boolean
  - `enableRegionalPricing` boolean
  - `isRentalOptIn` boolean
  - `autoPublishEnabled` boolean
  - `created` string, date-time
  - `updated` string, date-time

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/958b2b40425d/schema)
